Skip to content

[2.x] Change Build workflow to always run#2580

Open
Exanite wants to merge 3 commits into
mainfrom
feature/change-build-ci-to-run-for-docs
Open

[2.x] Change Build workflow to always run#2580
Exanite wants to merge 3 commits into
mainfrom
feature/change-build-ci-to-run-for-docs

Conversation

@Exanite
Copy link
Copy Markdown
Member

@Exanite Exanite commented May 12, 2026

Summary of the PR

The Build workflow is required to run and pass before a PR is allowed to be merged.
However, the workflow currently is excluded from running when the changes only modifies documentation files.
This blocks any PR that falls under the mentioned criteria from being merged.

This PR changes it so that the Build workflow always runs to fix that.
From what I can tell, there's no way to add a similar exclusion to the Ruleset enforcing this requirement.

Related issues, Discord discussions, or proposals

The reason for this PR is due to #2579.

This is the original PR that added those exclusions: #691

  • I'm guessing we didn't have the branch rules back then.

Further Comments

I also recommitted the Axis Input Devices proposal file. This file seems to be causing issues due to its encoding.
Github shows this as a massive change that modifies every line in the file, but the only change I made was committing it again.

It also looks like CI takes a long time to run, but since this is for 2.x which is slowing down in development, I'm not too concerned.

Exanite added 2 commits May 12, 2026 18:56
This file seems to have been causing issues ever. I remember a conversation about this last year and it's still popping up even now.
If I recall, this was a file encoding issue.

Hopefully a simple recommit fixes it.
This is because the branch protection rules of the repo requires this workflow to run and pass, thus blocking PRs from being merged when the workflow does not run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant