Skip to content

Commit bd6e217

Browse files
committed
[libc++] Remove concurrency in the right libc++ job
Early-cancellation should have been removed from libcxx-run-benchmarks.yml in the first place, not libcxx-build-and-test.yaml.
1 parent 0e3c556 commit bd6e217

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ on:
2929
permissions:
3030
contents: read # Default everything to read-only
3131

32+
concurrency:
33+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
34+
cancel-in-progress: true
35+
3236
jobs:
3337
stage1:
3438
if: github.repository_owner == 'llvm'

.github/workflows/libcxx-run-benchmarks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ env:
2323
CXX: clang++-22
2424
COMMENT_BODY: ${{ github.event.comment.body }}
2525

26-
concurrency:
27-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
28-
cancel-in-progress: true
29-
3026
jobs:
3127
run-benchmarks:
3228
if: >-

0 commit comments

Comments
 (0)