Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8fa76d

Browse files
committed
Build: Prevent redundant branch wheel builds for pull requests.
1 parent b3e9372 commit f8fa76d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ on:
3232
- build*
3333
workflow_dispatch:
3434

35+
concurrency:
36+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
37+
cancel-in-progress: true
38+
3539
permissions: {}
3640

3741
env:

0 commit comments

Comments
 (0)