Replies: 1 comment 2 replies
-
|
It would help a lot if you would show us your YAML. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I have a
promotionTemplatethat is composed of 1promotionTask+ 1 built-in step.I set a condition
if ${{ success() }}on the last step, but it gets skipped despite the previous task being run and completed successfully 🤔In the doc I saw the classic
success()andfailure()function, but I don't get how they are evaluated compared to what I am used to with GitHub workflows 😅To my understanding the status is evaluated against the Promotion state, which is updated after each step right?
How does the
status()function work?In the doc, the only example mentioned is by checking
== 'Errored'Thanks for your help 🙏
Beta Was this translation helpful? Give feedback.
All reactions