Align bridge updater schedule and wait for CI#20
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the llama.cpp auto-pin updater workflow to run on a daily schedule aligned with related repos, avoid cancelling in-progress runs, and ensure automation PRs immediately trigger (and wait on) a CI result for the exact PR head SHA—improving reliability and reducing “canceled job == failed run” noise.
Changes:
- Align the scheduled updater cron to
03:23 UTCdaily and disablecancel-in-progressfor the updater concurrency group. - Refactor shell redirections/quoting to be more shellcheck-friendly (grouped
$GITHUB_OUTPUTwrites, consistent jq quoting). - After creating/updating the automation PR, dispatch
ci.ymland wait for the workflow_dispatch CI run for the PR head SHA to complete (pass/fail).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
llamadart-nativeat03:23 UTCdaily.ci.ymlfor the automation branch and wait for that exact PR head SHA to pass or fail.actionlintpasses with shellcheck enabled.Context
The latest scheduled updater run (
29018967900, July 9, 2026) was reported as failed because its only job was cancelled. The open bump PR #19 is not failing the bridge build: rerun28940761124passedBuild WebGPU Bridge (WASM)onf7f27fa2de516d6b32639c943c5e994f3e38d2ce.This keeps the safer
workflow_dispatchcheck path instead of switching CI topull_request_target, which would change the PR security model.Validation
actionlint /tmp/llama-web-bridge-auto_llama_cpp_update.yml28940761124:Build WebGPU Bridge (WASM)success; publish dispatch job skipped as expected for non-main CI.