Skip to content

fix: Skip redundant test build on bot-created PRs#41

Merged
jn-av merged 1 commit intomainfrom
add-skipping-build-rule
Apr 2, 2026
Merged

fix: Skip redundant test build on bot-created PRs#41
jn-av merged 1 commit intomainfrom
add-skipping-build-rule

Conversation

@jn-av
Copy link
Copy Markdown
Member

@jn-av jn-av commented Apr 1, 2026

Bot-created submodule update PRs are already tested synchronously by
update-submodule.yaml before the PR is opened. The pull_request trigger
in test-build.yaml would run a second, redundant build on the same commit and will not work since GH does not allow this runs from Bot created PRs. The fix simply skips this tests on the PR view but the Tests results are documented in the PR text (with a link to validate).

Added if: github.actor != 'github-actions[bot]' to the job in
test-build.yaml so it is skipped on bot PRs. Skipped jobs report as
"Success" and do not block merging.

@jn-av jn-av merged commit 8468c4e into main Apr 2, 2026
5 checks passed
@jn-av jn-av deleted the add-skipping-build-rule branch April 2, 2026 07:32
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