[ 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:
Guillaume Allais 2022-12-09 11:39:54 +00:00 committed by G. Allais
parent caeb55b495
commit 1d73e359e0

View File

@ -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