Skip to content

Commit

Permalink
fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jun 19, 2024
1 parent 9803d1c commit 01f61a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ workflows:
when:
or:
- equal: [react-17, << pipeline.parameters.workflow >>]
- equal: [scheduled_pipeline, << pipeline.trigger_source]
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
triggers:
- schedule:
cron: '0 0 * * *'
Expand All @@ -917,7 +917,7 @@ workflows:
when:
or:
- equal: [react-next, << pipeline.parameters.workflow >>]
- equal: [scheduled_pipeline, << pipeline.trigger_source]
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
triggers:
- schedule:
cron: '0 0 * * *'
Expand Down

0 comments on commit 01f61a2

Please sign in to comment.