Skip to content

Commit fc235b2

Browse files
committed
chore: don't run the python builds too many times
1 parent 6924a0e commit fc235b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ on:
2929
type: string
3030
default: ''
3131

32+
concurrency:
33+
group: ${{ github.workflow }}-${{ github.ref }}
34+
cancel-in-progress: true
35+
3236
permissions:
3337
contents: read
3438

0 commit comments

Comments
 (0)