Skip to content

Commit fee1e25

Browse files
authored
ci: cancel stale nix-hashes runs (anomalyco#19571)
1 parent a94ac5a commit fee1e25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nix-hashes.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
- "patches/**"
1818
- ".github/workflows/nix-hashes.yml"
1919

20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.ref }}
22+
cancel-in-progress: true
23+
2024
jobs:
2125
# Native runners required: bun install cross-compilation flags (--os/--cpu)
2226
# do not produce byte-identical node_modules as native installs.

0 commit comments

Comments
 (0)