Skip to content

Commit f3caaf4

Browse files
committed
ci(spack): add concurrency group to auto-cancel stale runs
Picks up the latest spack-packages add-mfc tip (now includes the python-venv build dep) and saves CI minutes by cancelling in-progress runs on the same branch when a new push lands.
1 parent 03ca6b0 commit f3caaf4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/spack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: '17 3 * * 0'
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
spack-install:
1014
name: Spack install + smoke test

0 commit comments

Comments
 (0)