You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Github Merge Queue CI
* fix large files check
* Prepare for Merge Queue
* Remove MQ triggers for non-mandatory actions
* ind typo
* fix: prevent duplicate workflow runs in merge queue
Add branches-ignore for 'gh-readonly-queue/**' to workflows with push triggers
to prevent duplicate runs when PRs enter the merge queue. GitHub triggers both
push and merge_group events for the same change, causing cancellations.
- rust.yml: added branches-ignore
- dependencies.yml: added branches-ignore
- audit.yml: reordered branches/paths (already restricted to main)
This fixes "Canceling since a higher priority waiting request" errors.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Kill strict
* Tagging shouldn't be required MQ stage
* Branches ignore for dev
---------
Co-authored-by: Claude <[email protected]>
0 commit comments