Skip to content

Commit 9702eca

Browse files
committed
Issue #33: New push cancels old runs.
1 parent 3ebb7aa commit 9702eca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches: [master, main]
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
# =========================================================================
1216
# C++ tests (quick feedback, no wheel building)

0 commit comments

Comments
 (0)