Skip to content

Commit 1197894

Browse files
committed
Address reviewer comment
Removing the workaround comment
1 parent c2686df commit 1197894

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ on:
3434
jobs:
3535
benchmarks:
3636
name: Benchmarks
37-
# Workaround https://github.com/nektos/act/issues/1875
3837
uses: ./.github/workflows/swift_matrix.yml
3938
with:
4039
name: "Benchmarks"

.github/workflows/cxx_interop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ on:
2727
jobs:
2828
cxx-interop:
2929
name: Cxx interop
30-
# Workaround https://github.com/nektos/act/issues/1875
3130
uses: ./.github/workflows/swift_matrix.yml
3231
with:
3332
name: "Cxx interop"

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
unit-tests:
1111
name: Unit tests
12-
# Workaround https://github.com/nektos/act/issues/1875
1312
uses: ./.github/workflows/unit_tests.yml
1413
with:
1514
linux_5_9_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -strict-concurrency=complete"
@@ -20,12 +19,10 @@ jobs:
2019

2120
benchmarks:
2221
name: Benchmarks
23-
# Workaround https://github.com/nektos/act/issues/1875
2422
uses: ./.github/workflows/benchmarks.yml@main
2523
with:
2624
benchmark_package_path: "Benchmarks"
2725

2826
cxx-interop:
2927
name: Cxx interop
30-
# Workaround https://github.com/nektos/act/issues/1875
3128
uses: ./.github/workflows/cxx_interop.yml

.github/workflows/pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ jobs:
2525

2626
benchmarks:
2727
name: Benchmarks
28-
# Workaround https://github.com/nektos/act/issues/1875
2928
uses: ./.github/workflows/benchmarks.yml
3029
with:
3130
benchmark_package_path: "Benchmarks"
3231

3332
cxx-interop:
3433
name: Cxx interop
35-
# Workaround https://github.com/nektos/act/issues/1875
3634
uses: ./.github/workflows/cxx_interop.yml

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ on:
4747
jobs:
4848
unit-tests:
4949
name: Unit tests
50-
# Workaround https://github.com/nektos/act/issues/1875
5150
uses: ./.github/workflows/swift_matrix.yml
5251
with:
5352
name: "Unit tests"

0 commit comments

Comments
 (0)