Skip to content

Add workflow_dispatch to all relevant workflows#272

Merged
knoepfel merged 1 commit intoFramework-R-D:mainfrom
greenc-FNAL:maintenance/enhance-workflow-dispatch
Feb 2, 2026
Merged

Add workflow_dispatch to all relevant workflows#272
knoepfel merged 1 commit intoFramework-R-D:mainfrom
greenc-FNAL:maintenance/enhance-workflow-dispatch

Conversation

@greenc-FNAL
Copy link
Copy Markdown
Contributor

This change adds a workflow_dispatch trigger to all relevant workflows, allowing them to be run manually on a specific branch.

For each workflow, a ref input has been added to the workflow_dispatch trigger to specify the branch, tag, or SHA to checkout. The checkout steps have been updated to use this input when the workflow is manually triggered.

For the "fix" workflows, the jobs have been refactored to handle both issue_comment and workflow_dispatch triggers, ensuring the correct branch is checked out and modified in either case.

The relevance checks in the "check" workflows are now bypassed when the workflow is triggered manually.

The REUSABLE_WORKFLOWS.md documentation has been updated to include instructions for using the new workflow_dispatch triggers.

Co-authored-by: greenc-FNAL 2372949+greenc-FNAL@users.noreply.github.com

@greenc-FNAL greenc-FNAL requested a review from knoepfel January 29, 2026 03:27
This change adds a `workflow_dispatch` trigger to all relevant workflows, allowing them to be run manually on a specific branch.

For each workflow, a `ref` input has been added to the `workflow_dispatch` trigger to specify the branch, tag, or SHA to checkout. The checkout steps have been updated to use this input when the workflow is manually triggered.

For the "fix" workflows, the jobs have been refactored to handle both `issue_comment` and `workflow_dispatch` triggers, ensuring the correct branch is checked out and modified in either case.

The relevance checks in the "check" workflows are now bypassed when the workflow is triggered manually.

The `REUSABLE_WORKFLOWS.md` documentation has been updated to include instructions for using the new `workflow_dispatch` triggers.

Co-authored-by: greenc-FNAL <2372949+greenc-FNAL@users.noreply.github.com>
@greenc-FNAL greenc-FNAL force-pushed the maintenance/enhance-workflow-dispatch branch from effa79c to 334d21e Compare January 29, 2026 22:50
@knoepfel knoepfel merged commit 13ca9bc into Framework-R-D:main Feb 2, 2026
34 checks passed
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.

2 participants