summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-03-29 10:39:02 +1000
committerGitHub <[email protected]>2026-03-29 10:39:02 +1000
commitfee1e25ab4b81a15235de2d343df07aa239290c2 (patch)
tree67f83401285944e4cdd15d94fc707d940f45c1d1 /.github/workflows
parenta94ac5aa2cfc44534b2a2804b65b779974172195 (diff)
downloadopencode-fee1e25ab4b81a15235de2d343df07aa239290c2.tar.gz
opencode-fee1e25ab4b81a15235de2d343df07aa239290c2.zip
ci: cancel stale nix-hashes runs (#19571)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nix-hashes.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/nix-hashes.yml b/.github/workflows/nix-hashes.yml
index 9d94682f1..6b5b3929a 100644
--- a/.github/workflows/nix-hashes.yml
+++ b/.github/workflows/nix-hashes.yml
@@ -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.