CircleCI-Public / trigger-circleci-pipeline-action

Trigger a CircleCI pipeline from any GitHub Actions event.
https://github.com/marketplace/actions/trigger-circleci-pipeline
47 stars 43 forks source link

docs: Move when clause under workflow declaration—not workflows #19

Closed mbigras closed 2 years ago

mbigras commented 2 years ago

This pull request makes a minor documentation fix. The placement of the when clause should go under the test workflow—not workflows. Check out https://circleci.com/docs/2.0/pipeline-variables/#conditional-workflows for more details.