Skip to content

Commit

Permalink
Fix set up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed Feb 21, 2024
1 parent 6dd74bb commit a2510c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,11 @@ jobs:
workflows:
setup:
when:
not:
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
and:
- not:
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
- not:
equal: ['', << pipeline.parameters.workflow >>]
jobs:
- generate-config
- init:
Expand Down

0 comments on commit a2510c3

Please sign in to comment.