Skip to content

ci: run CI on workflow changes - #36

Merged
mario-reown merged 2 commits into
mainfrom
ci/run-ci-on-workflow-changes
Sep 9, 2026
Merged

mario-reown merged 2 commits into
mainfrom
ci/run-ci-on-workflow-changes

Conversation

@mario-reown

Copy link
Copy Markdown
Collaborator

Branch protection requires Clippy/Tests/Docs/Spellcheck/cocogitto, but ci.yaml had paths-ignore: .github/**, so a workflow-only PR (e.g. #35) can never get those checks reported and stays blocked.

  • Drop .github/** from paths-ignore; workflow changes now run the pipeline they modify.

Unpinned nightly rustfmt started re-wrapping comments, failing every PR
without a code change. Pin to nightly-2026-02-11 (same as rs-relay);
the tree is already clean against it.
Branch protection requires the ci jobs, but ci ignored .github/** so
any workflow-only PR could never satisfy them (e.g. #35).
@mario-reown
mario-reown force-pushed the ci/run-ci-on-workflow-changes branch from 74cedb6 to a666451 Compare September 9, 2026 09:31
@xDarksome
xDarksome self-requested a review September 9, 2026 09:36
@mario-reown
mario-reown merged commit f98d640 into main Sep 9, 2026
9 checks passed
@mario-reown
mario-reown deleted the ci/run-ci-on-workflow-changes branch September 9, 2026 09:53
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.

3 participants