mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 23:56:43 +00:00
group concurrency
This commit is contained in:
parent
b2b327eaf4
commit
7c6357ecf6
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -8,6 +8,11 @@ on:
|
|||
branches:
|
||||
- master
|
||||
types: [opened, synchronize, closed]
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true))
|
||||
|
|
|
|||
Loading…
Reference in a new issue