You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the following status check functions as expressions in if conditionals. If your if expression does not contain any of the status functions it will automatically result with success().
What changes are you suggesting?
You can use the following status check functions as expressions in if conditionals. If you do not supply an if condition there will be an implicit if condition using success(). If your if expression does not contain any of the status functions the success function will be ANDed with your condition. e.g success() && yourCondition
@tonyhallett Thanks for opening an issue! I'll get this triaged for the team to take a look 👀
janiceilene
added
actions
This issue or pull request should be reviewed by the docs actions team
and removed
triage
Do not begin working on this issue until triaged by the team
labels
Mar 26, 2021
@tonyhallett Looking at the example in the issue that you linked, it seems that job_c was skipped because it needs job_b, which was skipped. I am going to close this issue, but feel free to re-open it if you disagree.
What is the current behavior?
Job status check functions states
You can use the following status check functions as expressions in if conditionals. If your if expression does not contain any of the status functions it will automatically result with success().
What changes are you suggesting?
You can use the following status check functions as expressions in if conditionals. If you do not supply an if condition there will be an implicit if condition using success(). If your if expression does not contain any of the status functions the success function will be ANDed with your condition. e.g success() && yourCondition
actions/runner#491
The text was updated successfully, but these errors were encountered: