infra[QVAC-17058]: add empty BCI whispercpp workflow stubs to enable branch dispatch#1856
Merged
Merged
Conversation
GustavoA1604
approved these changes
May 1, 2026
ogad-tether
approved these changes
May 1, 2026
ogad-tether
left a comment
Contributor
There was a problem hiding this comment.
Looks good. These are dispatch-only stubs, so they should register the BCI workflow IDs on main without adding push/PR behavior. I did not find any blocking follow-ups.
Contributor
Author
|
/review |
Contributor
Tier-based Approval Status |
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
…branch dispatch (#1856) Co-authored-by: Ishan Vohra <ishanvohra@Ishans-MacBook-Air.local>
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.
Note: be concise and prefer bullet points.
🎯 What problem does this PR solve?
packages/bci-whispercppaddon needs CI workflows, but those workflows are being iterated on a feature branch and cannot be manually dispatched until they are registered onmain.workflow_dispatchagainst a non-default branch when a workflow file with the same name already exists on the default branch — otherwise the workflow is invisible to the API/UI.📝 How does it solve it?
.github/workflows/mirroring theqvac-lib-infer-whispercpplineup:benchmark-bci-whispercpp.ymlbenchmark-performance-bci-whispercpp.ymlcpp-test-coverage-bci-whispercpp.ymlcreate-github-release-bci-whispercpp.ymlintegration-mobile-test-bci-whispercpp.ymlintegration-test-bci-whispercpp.ymlon-merge-bci-whispercpp.ymlon-pr-close-bci-whispercpp.ymlon-pr-bci-whispercpp.ymlprebuilds-bci-whispercpp.ymlrepository-dispatch-bci-whispercpp.ymlon: workflow_dispatch:only (no push / pull_request triggers) so it cannot fire on unrelated PRs or merges tomain.echoclarifying that the real implementation lives on thebci-whispercppfeature branch.🧪 How was it tested?
gh workflow run <file>.yml --ref <branch>.