We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbed113 commit 00480ffCopy full SHA for 00480ff
.github/workflows/python-pr.yml
@@ -6,7 +6,7 @@ on:
6
push:
7
branches: ["master"]
8
concurrency:
9
- group: ${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}
10
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
11
12
.github/workflows/python-push.yml
@@ -3,6 +3,9 @@ name: Python Push
3
on:
4
5
+concurrency:
+ cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
test:
0 commit comments