File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments