Skip to content

Commit 4706e93

Browse files
committed
only run one build per branch at a time
1 parent 6244f43 commit 4706e93

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: ["release"]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
env:
1014
CARGO_TERM_COLOR: always
1115

0 commit comments

Comments
 (0)