[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.
This commit is contained in:
Louis Dionne
2025-09-11 15:55:54 -04:00
parent 0e3c5566c0
commit bd6e217ac6
2 changed files with 4 additions and 4 deletions

View File

@@ -29,6 +29,10 @@ on:
permissions:
contents: read # Default everything to read-only
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
stage1:
if: github.repository_owner == 'llvm'

View File

@@ -23,10 +23,6 @@ env:
CXX: clang++-22
COMMENT_BODY: ${{ github.event.comment.body }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
run-benchmarks:
if: >-