ci: cancel stale nix-hashes runs (#19571)
parent
a94ac5aa2c
commit
fee1e25ab4
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue