ci: cancel stale nix-hashes runs (#19571)

pull/19574/head
Luke Parker 2026-03-29 10:39:02 +10:00 committed by GitHub
parent a94ac5aa2c
commit fee1e25ab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ on:
- "patches/**"
- ".github/workflows/nix-hashes.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Native runners required: bun install cross-compilation flags (--os/--cpu)
# do not produce byte-identical node_modules as native installs.