mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 22:43:47 +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:
|
branches:
|
||||||
- master
|
- master
|
||||||
types: [opened, synchronize, closed]
|
types: [opened, synchronize, closed]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: build-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true))
|
if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue