Skip to content

Commit d3f15a3

Browse files
committed
experiment with concurrency
1 parent c947694 commit d3f15a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on: # rebuild any PRs and main branch changes
66
- master
77
- "releases/*"
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
build: # make sure build/ci work properly
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)