chore(opencode): codeq-gcs-upload.yml — drop linux-x64, push-on-main for Mac/Windows#8
Open
Kenny-Heitritter wants to merge 1 commit into
Open
chore(opencode): codeq-gcs-upload.yml — drop linux-x64, push-on-main for Mac/Windows#8Kenny-Heitritter wants to merge 1 commit into
Kenny-Heitritter wants to merge 1 commit into
Conversation
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.
Closes qBraid/qbraid-infrastructure#295
Issue: gh:qBraid/qbraid-infrastructure#295
Summary
Modify
.github/workflows/codeq-gcs-upload.ymlto:linux-x64from the OS matrix (Cloud Build owns it from PR 2 onward)on: push: branches: [main]so Mac/Windows targets auto-fire on every push to forkmainworkflow_dispatchfor manual re-runsAcceptance criteria
linux-x64no longer present in the OS matrix ofcodeq-gcs-upload.ymlon: workflow_dispatch:augmented byon: push: branches: [main]— push-on-main present; workflow_dispatch stays for manual re-runsmainafter merge, the workflow fires automatically and producesmacandwindowsartifacts at their expected GCS destinations (deferred to human verification post-merge)qBraid/opencode/maincontaining only this changeTest plan
actionlintpasses on the modified workflow with no errors.python3 -c "import yaml; yaml.safe_load(...)".qBraid/opencode/mainand verify the Actions workflow auto-fires fordarwin-x64,darwin-arm64, andwindows-x64.