Skip to content

Commit

Permalink
added back condition to run canary workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yeung-wah committed Jun 27, 2022
1 parent adaee27 commit 944e955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -29,9 +29,9 @@ orbs:

workflows:
canaries:
# when:
# and:
# - equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
# - equal: [ "Canaries", << pipeline.schedule.name >> ]
when:
and:
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
- equal: [ "Canaries", << pipeline.schedule.name >> ]
jobs:
- getting-started-smoke-test/android

0 comments on commit 944e955

Please sign in to comment.