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 c19bbae commit 29c38dfCopy full SHA for 29c38df
.github/workflows/ci.yml
@@ -1,12 +1,15 @@
1
name: CI
2
+
3
concurrency:
- group: build-${{ github.event.pull_request.number || github.ref }}
4
+ group: build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
5
cancel-in-progress: true
6
7
on:
8
push:
9
branches:
10
- master
11
pull_request:
12
13
jobs:
14
pre_job:
15
# continue-on-error: true # Uncomment once integration is finished
.github/workflows/downstream.yml
@@ -1,4 +1,9 @@
name: IntegrationTest
+concurrency:
+ cancel-in-progress: true
branches: [master]
0 commit comments