mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-16 04:45: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:
|
||||
- master
|
||||
pull_request:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
stack-test:
|
||||
name: stack test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user