Skip to content

Commit 38fbc1a

Browse files
committed
Only do one build at a time. Cancel older in progress builds.
1 parent 2676627 commit 38fbc1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
permissions:
2020
contents: read
2121

22+
concurrency:
23+
group: ${{ github.workflow }}-${{ github.ref }}
24+
cancel-in-progress: true
25+
2226
jobs:
2327
test:
2428
name: CI build test

0 commit comments

Comments
 (0)