Skip to content

ci: add manual workflow_dispatch for CI and examples-check#1527

Open
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:ci/1388-add-workflow-dispatch
Open

ci: add manual workflow_dispatch for CI and examples-check#1527
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:ci/1388-add-workflow-dispatch

Conversation

@SH20RAJ
Copy link
Copy Markdown

@SH20RAJ SH20RAJ commented Mar 28, 2026

Adds workflow_dispatch trigger to both CI workflows so maintainers/contributors can run them manually from the GitHub Actions UI.

Updated workflows:

  • .github/workflows/ci.yml
  • .github/workflows/examples-check.yml

No behavior changes to existing push/pull_request triggers.

Closes #1388

@SH20RAJ
Copy link
Copy Markdown
Author

SH20RAJ commented Mar 28, 2026

Hi! Added workflow_dispatch to the CI and examples-check workflows to allow maintainers to trigger them manually from the UI when needed. (Fixes #1388)

@SH20RAJ
Copy link
Copy Markdown
Author

SH20RAJ commented Mar 29, 2026

Addressing Issue #1388. This PR adds workflow_dispatch triggers to standard CI workflows, allowing maintainers to manually trigger validation runs from the GitHub UI. This is particularly useful for re-running failed checks or validating environment-specific issues without needing a new commit. 🖱️

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.

ci: Add manual workflow trigger (workflow_dispatch)

1 participant