chore(GHA): adjust trigger and runner#897
Merged
frewilhelm merged 1 commit intoopen-component-model:mainfrom Apr 14, 2026
Merged
chore(GHA): adjust trigger and runner#897frewilhelm merged 1 commit intoopen-component-model:mainfrom
frewilhelm merged 1 commit intoopen-component-model:mainfrom
Conversation
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Skarlso
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
I adjusted the branch protection rule to wait for status checks. Unfortunately, not every required workflow is triggered, e.g. for changes in
.github/workflows/**. We have three possibilities now:Completionjob (see open-component-model/open-component-model)path-ignoressection from the workflow triggersI decided to follow 3. as it is the least effort, adds no complexity, and does not need to be maintained. Currently, most PRs are version bumps that are created in the night and have enough time to run all the workflows.
Additionally, I replaced the
large_runnerswithubuntu-latestas we shouldn't use the "big" runners.