ci: test only head of branch
This commit is contained in:
committed by
Laurence Isla
parent
15f4157cc5
commit
a6e4a0078b
@@ -11,6 +11,11 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- rel-*
|
- rel-*
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
||||||
|
# Terminate all previous runs of the same workflow and branch/tag, except for main and release branches/tags
|
||||||
|
cancel-in-progress: "${{ !(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/rel-')) }}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Prepopulate-Nix-Cache-Linux:
|
Prepopulate-Nix-Cache-Linux:
|
||||||
|
|||||||
Reference in New Issue
Block a user