-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
actions/no-channel-pr: re run when base branch is updated #369179
Conversation
Additionally, no permissions are needed so set it to an empty set Signed-off-by: John Titor <[email protected]>
I am not sure this will work. Wouldn't it just re-run the action and fail again? |
In #369170, I tried adding some conditionals around |
Nope, A manual re run is where some things are cached. This is an automatic re run, just like when actions are ran on a force push. |
So, Github will:
In that case it should work. I am not familiar enough with GHA to say whether these steps are accurate however. |
Yep, on edited action it will restart the workflow on an entirely new set of variables, which is not the same as restarting a failed job. |
@ofborg eval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Additionally, no permissions are needed so set it to an empty set
Signed-off-by: John Titor [email protected]
Fixes a bug with this action reported in #355847 (comment)