Skip to content

Commit d1f9e57

Browse files
diemogebhardtlpil
authored andcommitted
Limit concurrency of GitHub workflow for CI runs
1 parent 090eb8c commit d1f9e57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
permissions:
1111
contents: read
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
test:
1519
name: test

0 commit comments

Comments
 (0)