Skip to content

Commit ec9e044

Browse files
committed
Ensure that new commits cancel stale CI runs
1 parent 964b249 commit ec9e044

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ permissions:
1212
id-token: write
1313
contents: read
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.ref }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
test_unit:
1721
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)