mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-04 10:01:54 +02:00
ci: Ensure that only a single workflow processes github.ref
at a time
This commit is contained in:
parent
60d3e4b0cd
commit
0080b5650e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -13,6 +13,10 @@ on:
|
||||
tags-ignore:
|
||||
- '**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
env:
|
||||
DANGER_RUN_CI_ON_HOST: 1
|
||||
TEST_RUNNER_TIMEOUT_FACTOR: 40
|
||||
|
Loading…
x
Reference in New Issue
Block a user