chore(ci): add workflow dispatch to CI action#2169
Conversation
✅ Deploy Preview for rolldown-rs canceled.
|
|
I'm open to this. Let me try to understand its usage. Where does you need to trigger the CI manually? |
I sometimes encounter a situation where everything works fine locally, but the CI fails after creating a PR. So, before creating a PR, I merge the corresponding branch into the main branch and push it to trigger the CI, ensuring it passes before creating the PR. This process is quite cumbersome for me, as I need to revert the main branch when syncing upstream code. Therefore, I hope to be able to trigger the CI directly on the forked branch to simplify this workflow. |
f03b4dc to
8240418
Compare
hyf0
left a comment
There was a problem hiding this comment.
Don't see anything negative, so approved.
Description
Considering the potential inconsistencies between the local and CI, allowing manual triggering of actions will make it more convenient to perform tests in forked repository.