Skip to content

Commit 8df4fbc

Browse files
committed
ci: prevent concurrent runs
1 parent 149fbb9 commit 8df4fbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ permissions:
88
contents: write
99
pull-requests: write
1010

11+
concurrency:
12+
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name != 'pull_request' && github.sha || '' }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
quality:
1317
name: Quality

0 commit comments

Comments
 (0)