chore(ci): move dependency build checks to pull request workflow#3070
Merged
Conversation
Run lint and build checks from the pull_request workflow so dependency update PRs show their status checks directly in the PR UI. Keep the cron dependency update workflow focused on detecting updates, pushing the dependency branch, and creating or updating the PR.
ChristophShyper
approved these changes
Jul 13, 2026
Add the build-and-push job back to the dependency update workflow so weekly dependency scans continue validating test images and container structure tests in addition to the PR workflow checks. Keep PR-triggered build checks in place so dependency PRs still show their build status directly in the pull request UI.
ChristophShyper
approved these changes
Jul 13, 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.
📝 Brief description
chore(ci): move dependency build checks to pull request workflow
ci: restore cron build validation
💻 Commits
b0294a5 - ChristophShyper - 2026-07-13 21:32:20
| ci: restore cron build validation
| Add the build-and-push job back to the dependency update workflow so
| weekly dependency scans continue validating test images and container
| structure tests in addition to the PR workflow checks.
|
| Keep PR-triggered build checks in place so dependency PRs still show
| their build status directly in the pull request UI.
|
d11394a - ChristophShyper - 2026-07-13 20:34:16
chore(ci): move dependency build checks to pull request workflow
Run lint and build checks from the pull_request workflow so
dependency update PRs show their status checks directly in the PR UI.
Keep the cron dependency update workflow focused on detecting updates,
pushing the dependency branch, and creating or updating the PR.
📁 Modified files
.github/workflows/auto-pull-request-create.yml | 6 +++++-
.github/workflows/cron-dependency-update.yml | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information