diff options
| author | Luke Parker <[email protected]> | 2026-03-29 10:39:02 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-29 10:39:02 +1000 |
| commit | fee1e25ab4b81a15235de2d343df07aa239290c2 (patch) | |
| tree | 67f83401285944e4cdd15d94fc707d940f45c1d1 | |
| parent | a94ac5aa2cfc44534b2a2804b65b779974172195 (diff) | |
| download | opencode-fee1e25ab4b81a15235de2d343df07aa239290c2.tar.gz opencode-fee1e25ab4b81a15235de2d343df07aa239290c2.zip | |
ci: cancel stale nix-hashes runs (#19571)
| -rw-r--r-- | .github/workflows/nix-hashes.yml | 4 |
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. |
