Skip to content

Commit

Permalink
Update conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Nov 18, 2024
1 parent c109780 commit a87cd50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,9 @@ workflows:
and:
equal: [additional, << pipeline.parameters.workflow >>]
or:
condition: << pipeline.parameters.with-material-ui-6 >>
condition: << pipeline.parameters.with-react-version >>
equal: [true, << pipeline.parameters.with-material-ui-6 >>]
not:
equal: ['', << pipeline.parameters.with-react-version >>]
jobs:
- test_unit:
<<: *default-context
Expand All @@ -384,4 +385,4 @@ workflows:
<<: *default-context
name: test_types_additional
when:
condition: << pipeline.parameters.with-material-ui-6 >>
equal: [true, << pipeline.parameters.with-material-ui-6 >>]

0 comments on commit a87cd50

Please sign in to comment.