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 b3e9372 commit f8fa76dCopy full SHA for f8fa76d
1 file changed
.github/workflows/wheels.yml
@@ -32,6 +32,10 @@ on:
32
- build*
33
workflow_dispatch:
34
35
+concurrency:
36
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
37
+ cancel-in-progress: true
38
+
39
permissions: {}
40
41
env:
0 commit comments