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 339392a commit 031c6e1Copy full SHA for 031c6e1
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: CI
2
3
concurrency:
4
- group: build-${{ github.event.pull_request.number || github.ref }}
+ group: build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
5
cancel-in-progress: true
6
7
on:
.github/workflows/downstream.yml
@@ -9,6 +9,10 @@ on:
9
- 'README.md'
10
- '.github/workflows/TagBot.yml'
11
12
+concurrency:
13
14
+ cancel-in-progress: true
15
+
16
jobs:
17
pre_job:
18
# continue-on-error: true # Uncomment once integration is finished
0 commit comments