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

This commit is contained in:
Luke Parker
2026-03-29 10:39:02 +10:00
committed by GitHub
parent a94ac5aa2c
commit fee1e25ab4

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.