Skip to content

Commit 0080b56

Browse files
committed
ci: Ensure that only a single workflow processes github.ref at a time
1 parent 60d3e4b commit 0080b56

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
@@ -13,6 +13,10 @@ on:
1313
tags-ignore:
1414
- '**'
1515

16+
concurrency:
17+
group: ${{ github.ref }}
18+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
19+
1620
env:
1721
DANGER_RUN_CI_ON_HOST: 1
1822
TEST_RUNNER_TIMEOUT_FACTOR: 40

0 commit comments

Comments
 (0)