Skip to content

Commit 43e0325

Browse files
authored
Add concurrency control to GitHub workflow runs (#712)
1 parent e7d8b2d commit 43e0325

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- 'master'
1010
- 'release-*'
1111
tags: '*'
12+
concurrency:
13+
group: ${{ github.head_ref || github.ref_name || github.run_id }}
14+
cancel-in-progress: true
1215
jobs:
1316
test:
1417
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)