mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[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:
4
.github/workflows/libcxx-build-and-test.yaml
vendored
4
.github/workflows/libcxx-build-and-test.yaml
vendored
@@ -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'
|
||||
|
||||
4
.github/workflows/libcxx-run-benchmarks.yml
vendored
4
.github/workflows/libcxx-run-benchmarks.yml
vendored
@@ -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: >-
|
||||
|
||||
Reference in New Issue
Block a user