ci: Ensure that only a single workflow processes `github.ref` at a time

pull/28282/head
Hennadii Stepanov 1 year ago
parent 60d3e4b0cd
commit 0080b5650e
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -13,6 +13,10 @@ on:
tags-ignore: tags-ignore:
- '**' - '**'
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env: env:
DANGER_RUN_CI_ON_HOST: 1 DANGER_RUN_CI_ON_HOST: 1
TEST_RUNNER_TIMEOUT_FACTOR: 40 TEST_RUNNER_TIMEOUT_FACTOR: 40

Loading…
Cancel
Save