ci: enable workflow_dispatch on Build and Dev Container workflows#246
Open
nithyatsu wants to merge 1 commit into
Open
ci: enable workflow_dispatch on Build and Dev Container workflows#246nithyatsu wants to merge 1 commit into
nithyatsu wants to merge 1 commit into
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Adds workflow_dispatch to the Build and Dev Container workflows so they can be re-run manually against any branch from the GitHub Actions UI. Skipped: Dependency Review (pull_request-only, needs PR context) and the DevOps Boards sync (issues-event-only). Signed-off-by: Nithya Subramanian <nithyasu@microsoft.com>
108d9f5 to
9a3b89d
Compare
Member
brooke-hamilton
left a comment
There was a problem hiding this comment.
@nithyatsu What is the reason for needing 'workflow_dispatch' on these workflows?
DariuszPorowski
requested changes
May 6, 2026
Member
DariuszPorowski
left a comment
There was a problem hiding this comment.
Agree with @brooke-hamilton, what is the reason for this @nithyatsu? what do you want to achieve?
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.
Adds
workflow_dispatch:to theBuildandDev Container Buildworkflows so they can be re-run manually against any branch from the GitHub Actions UI.The 'Run workflow' dropdown only appears once
workflow_dispatchexists on the default branch (same pattern as the radius repo's build workflow).Not modified:
dependency-review.yml—pull_request-only; needs PR context (base/head SHAs) so manual dispatch can't function.devops-boards.yaml—issues-event-only; per-issue trigger has no meaningful manual mode.No behavior change for existing
push/pull_requesttriggers.