Skip to content

Commit 54cd19a

Browse files
committed
fix: some yamlint'ing
1 parent b835df4 commit 54cd19a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ workflows:
303303
build_test_and_deploy:
304304
when:
305305
or:
306-
- equal: [ webhook, << pipeline.trigger_source >> ]
307-
- equal: [ api, << pipeline.trigger_source >> ]
306+
- equal: [webhook, << pipeline.trigger_source >>]
307+
- equal: [api, << pipeline.trigger_source >>]
308308
jobs:
309309
- build_test_and_deploy:
310310
context:
@@ -314,8 +314,8 @@ workflows:
314314
integration_tests:
315315
when:
316316
and:
317-
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
318-
- equal: [ "integration_tests", << pipeline.schedule.name >> ]
317+
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
318+
- equal: ["integration_tests", << pipeline.schedule.name >>]
319319
jobs:
320320
- pull_docker_images_and_run_integration_tests:
321321
context:

0 commit comments

Comments
 (0)