Skip to content

Commit

Permalink
Merge bitcoin-core/secp256k1#1403: ci, gha: Ensure only a single work…
Browse files Browse the repository at this point in the history
…flow 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
  • Loading branch information
jonasnick committed Aug 18, 2023
2 parents 0ba2b94 + b0886fd commit 48b1d93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
tags-ignore:
- '**'

concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

env:
### compiler options
HOST:
Expand Down

0 comments on commit 48b1d93

Please sign in to comment.