diff --git a/examples/01-Trigger-Workflow-On-Pull_Request/.circleci/config.yml b/examples/01-Trigger-Workflow-On-Pull_Request/.circleci/config.yml index 9717827..81c6066 100644 --- a/examples/01-Trigger-Workflow-On-Pull_Request/.circleci/config.yml +++ b/examples/01-Trigger-Workflow-On-Pull_Request/.circleci/config.yml @@ -27,10 +27,10 @@ jobs: - run: npm test workflows: - # This workflow is set to be conditionally triggered, only when - # the GitHub Action is triggered. - # With no other workflows, normal push events will be ignored currently. - when: << pipeline.parameters.GHA_Action >> test: + # This workflow is set to be conditionally triggered, only when + # the GitHub Action is triggered. + # With no other workflows, normal push events will be ignored currently. + when: << pipeline.parameters.GHA_Action >> jobs: - - test \ No newline at end of file + - test