Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow_dispatch trigger to all actions #421

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

smartspot2
Copy link
Member

Since the current GitHub actions are triggered by push and PR events on the master branch, any PRs or pushes to other branches do not trigger any workflows, and also cannot be manually triggered either. In case we'd like to run any CI actions on these extraneous branches, adding the workflow_dispatch trigger can be helpful, as it allows us to manually trigger workflows from the Actions tab: https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow.

@smartspot2 smartspot2 added the enhancement New feature or request label Jul 5, 2023
@smartspot2 smartspot2 self-assigned this Jul 5, 2023
@cypress
Copy link

cypress bot commented Jul 5, 2023

Passing run #147 ↗︎

0 78 0 0 Flakiness 0

Details:

Add `workflow_dispatch` trigger to all actions
Project: csm_web Commit: 42fde0d161
Status: Passed Duration: 02:51 💡
Started: Jul 5, 2023 7:26 AM Ended: Jul 5, 2023 7:29 AM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

Copy link
Contributor

@ericyche ericyche left a comment

Choose a reason for hiding this comment

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

triggered

Copy link
Contributor

@edwardneo edwardneo left a comment

Choose a reason for hiding this comment

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

yay.

@smartspot2 smartspot2 merged commit aed030a into master Jul 8, 2023
14 checks passed
@smartspot2 smartspot2 deleted the fix/workflow-dispatch branch July 8, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants