We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3c556 commit bd6e217Copy full SHA for bd6e217
.github/workflows/libcxx-build-and-test.yaml
@@ -29,6 +29,10 @@ on:
29
permissions:
30
contents: read # Default everything to read-only
31
32
+concurrency:
33
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
34
+ cancel-in-progress: true
35
+
36
jobs:
37
stage1:
38
if: github.repository_owner == 'llvm'
.github/workflows/libcxx-run-benchmarks.yml
@@ -23,10 +23,6 @@ env:
23
CXX: clang++-22
24
COMMENT_BODY: ${{ github.event.comment.body }}
25
26
-concurrency:
27
- group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
28
- cancel-in-progress: true
-
run-benchmarks:
if: >-
0 commit comments