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 3bcf497 commit 40bc035Copy full SHA for 40bc035
.github/workflows/wheels.yml
@@ -1,5 +1,9 @@
1
name: Wheels
2
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress: ${{ github.ref_name != 'master' }}
6
+
7
on:
8
push:
9
branches: [master]
0 commit comments