Skip to content

Commit 48b1d93

Browse files
committed
Merge bitcoin-core/secp256k1#1403: ci, gha: Ensure only a single workflow processes github.ref at a time
b0886fd ci, gha: Ensure only a single workflow processes `github.ref` at a time (Hennadii Stepanov) Pull request description: ACKs for top commit: real-or-random: ACK b0886fd jonasnick: ACK b0886fd Tree-SHA512: 8edda9259fc07bda3a35286ab97238b2f2749fbc629030da52e5a352988e5562cf62255c7d4917b7f0c8dbc9a0bd3a36b5e725d3d5a4c635ae8239faef829d1b
2 parents 0ba2b94 + b0886fd commit 48b1d93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
tags-ignore:
88
- '**'
99

10+
concurrency:
11+
group: ${{ github.ref }}
12+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
13+
1014
env:
1115
### compiler options
1216
HOST:

0 commit comments

Comments
 (0)