We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6924a0e commit fc235b2Copy full SHA for fc235b2
1 file changed
.github/workflows/python-test.yaml
@@ -29,6 +29,10 @@ on:
29
type: string
30
default: ''
31
32
+concurrency:
33
+ group: ${{ github.workflow }}-${{ github.ref }}
34
+ cancel-in-progress: true
35
+
36
permissions:
37
contents: read
38
0 commit comments