Skip to content

Commit e08588d

Browse files
committed
[libc++] Get rid of concurrency in the libc++ benchmarking job
1 parent 0ab2df2 commit e08588d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ 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-
3632
jobs:
3733
stage1:
3834
if: github.repository_owner == 'llvm'

0 commit comments

Comments
 (0)