Allow all example workflows to be triggered manually#750
Merged
Conversation
add workflow_dispatch to all example workflows
Collaborator
Author
|
It would be great to have this suggestion merged, since currently I jump through hoops to manually test changes. It should also benefit other users who would like to try out any of the examples for learning or testing purposes. |
jaffrepaul
approved these changes
Jan 30, 2023
jaffrepaul
left a comment
Contributor
There was a problem hiding this comment.
Thanks @MikeMcC399. I had this on the list of future improvements!
Collaborator
Author
|
This will make my testing a lot easier. Many thanks for merging! |
|
🎉 This PR is included in version 5.0.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
This PR implements the suggestion from issue #678 "Add workflow_dispatch to examples".
It adds
workflow_dispatchto each of the workflow examples in .github/workflows.This enables any of the example workflows to be run manually, which is very helpful to test an individual workflow, especially after changes have been made.