Skip to content

How do I prevent Gruntwork Pipelines from running in GitHub Actions? #699

Answered by iancoralogix
iancoralogix asked this question in Help
Discussion options

You must be logged in to vote

Per https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/:

February 8, 2021
GitHub Actions now supports skipping push and pull_request workflows by looking for some common keywords in your commit message.

If any commit message in your push or the HEAD commit of your PR contains the strings [skip ci], [ci skip], [no ci], [skip actions], or [actions skip] workflows triggered on the push or pull_request events will be skipped.

So whether you're opening a PR and committing or merging directly to a branch, you can use any of [skip ci], [ci skip], [no ci], [skip actions], or [actions skip] to prevent Gruntwork Pipelines, and any additiona…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iancoralogix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
1 participant