Skip to content

ci: enable workflow_dispatch on Build and Dev Container workflows#246

Open
nithyatsu wants to merge 1 commit into
mainfrom
ci/enable-workflow-dispatch
Open

ci: enable workflow_dispatch on Build and Dev Container workflows#246
nithyatsu wants to merge 1 commit into
mainfrom
ci/enable-workflow-dispatch

Conversation

@nithyatsu
Copy link
Copy Markdown
Contributor

@nithyatsu nithyatsu commented Apr 30, 2026

Adds workflow_dispatch: to the Build and Dev Container Build workflows so they can be re-run manually against any branch from the GitHub Actions UI.

The 'Run workflow' dropdown only appears once workflow_dispatch exists on the default branch (same pattern as the radius repo's build workflow).

Not modified:

  • dependency-review.ymlpull_request-only; needs PR context (base/head SHAs) so manual dispatch can't function.
  • devops-boards.yamlissues-event-only; per-issue trigger has no meaningful manual mode.

No behavior change for existing push / pull_request triggers.

@nithyatsu nithyatsu requested review from a team as code owners April 30, 2026 22:45
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 30, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

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>
@nithyatsu nithyatsu changed the title ci: enable workflow_dispatch on Build workflow ci: enable workflow_dispatch on Build and Dev Container workflows Apr 30, 2026
@nithyatsu nithyatsu force-pushed the ci/enable-workflow-dispatch branch from 108d9f5 to 9a3b89d Compare April 30, 2026 22:49
Copy link
Copy Markdown
Member

@brooke-hamilton brooke-hamilton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nithyatsu What is the reason for needing 'workflow_dispatch' on these workflows?

@DariuszPorowski DariuszPorowski self-requested a review May 6, 2026 16:13
Copy link
Copy Markdown
Member

@DariuszPorowski DariuszPorowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with @brooke-hamilton, what is the reason for this @nithyatsu? what do you want to achieve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants