Conditionally run a Job based on the output of another Job #25941
-
|
I know Jobs have an As an example: Anyone got any ideas or is this just not possible? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi @itsjxck, Glad to see you in Github Community Forum! This is due to you omit Fixed as below: Thanks |
Beta Was this translation helpful? Give feedback.
-
|
You’re a star, thank you! |
Beta Was this translation helpful? Give feedback.
-
Update:As Modified code: |
Beta Was this translation helpful? Give feedback.
Hi @itsjxck,
Glad to see you in Github Community Forum!
This is due to you omit
${{}}for the step output value in jobrun-check, the job output value is nottruein this case.Fixed as below:
Thanks