mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
[ ci ] only run latest job
As discussed on discord a while ago, this kills runs when a new commit lands on the same branch. It should save some CI ressources.
This commit is contained in:
parent
caeb55b495
commit
1d73e359e0
4
.github/workflows/ci-idris2.yml
vendored
4
.github/workflows/ci-idris2.yml
vendored
@ -32,6 +32,10 @@ on:
|
||||
- '.github/workflows/ci-sphinx.yml'
|
||||
- '.github/workflows/ci-super-linter.yml'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
IDRIS2_VERSION: 0.6.0 # For previous-version build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user