Skip to content

ci: run mk-all-check before build#802

Merged
SnO2WMaN merged 2 commits into
masterfrom
copilot/change-ci-setting-job-order
Mar 2, 2026
Merged

ci: run mk-all-check before build#802
SnO2WMaN merged 2 commits into
masterfrom
copilot/change-ci-setting-job-order

Conversation

Copilot AI commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

The mk-all-check and build jobs were running in parallel, meaning a build could proceed even when mk_all hadn't been executed and committed.

Changes

  • .github/workflows/ci.yml: Added needs: mk-all-check to the build job, enforcing that mk-all-check passes before build starts.

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: SnO2WMaN <15155608+SnO2WMaN@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CI settings to run mk-all-check before build ci: run mk-all-check before build Mar 2, 2026
@SnO2WMaN SnO2WMaN marked this pull request as ready for review March 2, 2026 11:34
@SnO2WMaN SnO2WMaN merged commit 3e71032 into master Mar 2, 2026
5 checks passed
@SnO2WMaN SnO2WMaN deleted the copilot/change-ci-setting-job-order branch March 2, 2026 11:34
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