mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-16 21:05:47 +01:00
Cancel earlier pipelines
Why this isn't a default is beyond me.
This commit is contained in:
parent
851323f3b4
commit
c9c601ab6e
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
stack-test:
|
stack-test:
|
||||||
name: stack test
|
name: stack test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user