diff --git a/data/articles/html/360043638052-Conditional-steps-in-jobs-and-conditional-workflows_en-us.html b/data/articles/html/360043638052-Conditional-steps-in-jobs-and-conditional-workflows_en-us.html index d00aaf6070..b202f0bf37 100644 --- a/data/articles/html/360043638052-Conditional-steps-in-jobs-and-conditional-workflows_en-us.html +++ b/data/articles/html/360043638052-Conditional-steps-in-jobs-and-conditional-workflows_en-us.html @@ -35,6 +35,8 @@

Workflow Example

- equal: [ false, << pipeline.parameters.param1 >> ] - or: - not: << pipeline.parameters.param3 >> + - not: + equal: [ testbranch, << pipeline.git.branch >> ] - or: - equal: [ false, << pipeline.parameters.param3 >> ] - or: [ << pipeline.parameters.param1 >>, << pipeline.parameters.param2 >> ] @@ -44,4 +46,4 @@

Workflow Example

steps: - run: echo "param 4 is true OR the other nested conditions are true" -

 

\ No newline at end of file +