Skip to content

ci: cancel stale nix-hashes runs - #19571

Merged
Hona merged 1 commit into
anomalyco:devfrom
Hona:fix/nix-hashes-concurrency
Mar 29, 2026
Merged

ci: cancel stale nix-hashes runs#19571
Hona merged 1 commit into
anomalyco:devfrom
Hona:fix/nix-hashes-concurrency

Conversation

@Hona

@Hona Hona commented Mar 29, 2026

Copy link
Copy Markdown
Member

Summary

  • Add workflow-level concurrency to nix-hashes.
  • Cancel older in-progress runs on the same ref when a newer run starts.
  • Stop superseded Intel macOS hash jobs from continuing after newer pushes.

Testing

  • bun turbo typecheck ran successfully during git push.
Copilot AI review requested due to automatic review settings March 29, 2026 00:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds workflow-level concurrency control to the nix-hashes GitHub Actions workflow so that newer runs on the same ref cancel older in-progress runs, preventing wasted CI capacity (notably on Intel macOS runners) and avoiding superseded hash computations.

Changes:

  • Add concurrency configuration to group runs by workflow + ref.
  • Enable cancel-in-progress to stop older runs when a newer run starts on the same ref.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Hona
Hona merged commit fee1e25 into anomalyco:dev Mar 29, 2026
15 checks passed
katosun2 pushed a commit to katosun2/opencode that referenced this pull request Mar 29, 2026
e-n-0 pushed a commit to e-n-0/opencode that referenced this pull request Mar 29, 2026
loocor pushed a commit to loocor/opencode that referenced this pull request Mar 30, 2026
balcsida pushed a commit to balcsida/opencode that referenced this pull request Apr 8, 2026
Rwanbt pushed a commit to Rwanbt/unifia that referenced this pull request May 5, 2026
AIALRA-0 pushed a commit to AIALRA-0/opencode-turn-engine that referenced this pull request Jun 10, 2026
AIALRA-0 pushed a commit to AIALRA-0/opencode-turn-engine that referenced this pull request Jun 10, 2026
avion23 pushed a commit to avion23/opencode that referenced this pull request Jun 10, 2026
Rwanbt pushed a commit to Rwanbt/unifia that referenced this pull request Jun 14, 2026
MarsQiu007 referenced this pull request in MarsQiu007/openNovel Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants