We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94ac5a commit fee1e25Copy full SHA for fee1e25
.github/workflows/nix-hashes.yml
@@ -17,6 +17,10 @@ on:
17
- "patches/**"
18
- ".github/workflows/nix-hashes.yml"
19
20
+concurrency:
21
+ group: ${{ github.workflow }}-${{ github.ref }}
22
+ cancel-in-progress: true
23
+
24
jobs:
25
# Native runners required: bun install cross-compilation flags (--os/--cpu)
26
# do not produce byte-identical node_modules as native installs.
0 commit comments