Skip to content

ci: cancel stale nix-hashes runs#19571

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

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

Conversation

@Hona
Copy link
Copy Markdown
Member

@Hona Hona commented Mar 29, 2026

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
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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
afanty2021 pushed a commit to afanty2021/opencode that referenced this pull request Mar 30, 2026
balcsida pushed a commit to balcsida/opencode that referenced this pull request Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants