Skip to content

Commit 2e5ec52

Browse files
committed
fixup! benchmarks are using the same reusable workflow
1 parent cdaa777 commit 2e5ec52

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ jobs:
3535
windows_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
3636

3737
benchmarks:
38-
name: Benchmarks
38+
name: Benchmarks (NoTraits)
3939
uses: apple/swift-nio/.github/workflows/benchmarks.yml@main
40-
concurrency:
41-
group: benchmarks-NoTraits-${{ github.ref }}
42-
cancel-in-progress: true
4340
with:
4441
benchmark_package_path: "Benchmarks/NoTraits"
4542
macos_runner_pool: general
@@ -48,10 +45,9 @@ jobs:
4845

4946
benchmarks-MaxLogLevelWarningBenchmarks-trait:
5047
name: Benchmarks (MaxLogLevelWarning)
48+
# Workaround for reusing the same benchmarks.yml workflow
49+
needs: benchmarks
5150
uses: apple/swift-nio/.github/workflows/benchmarks.yml@main
52-
concurrency:
53-
group: benchmarks-MaxLogLevelWarning-${{ github.ref }}
54-
cancel-in-progress: true
5551
with:
5652
benchmark_package_path: "Benchmarks/MaxLogLevelWarning"
5753
macos_runner_pool: general

0 commit comments

Comments
 (0)