Skip to content

Commit fc11f80

Browse files
authored
Merge pull request #2704 from buildkite/bm/skipci_messaging
Add context around [skip ci] use and builds not triggering
2 parents 82cb636 + b39be4b commit fc11f80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/pipelines/skipping.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ To manually cancel a job:
4646

4747
Some code changes, such as editing a Readme, may not require a Buildkite build. If you want Buildkite to ignore a commit, add `[ci skip]`,`[skip ci]`, `[ci-skip]`, or `[skip-ci]` anywhere in the commit message.
4848

49+
>📘
50+
> When squashing commits in a merge, any commit message that contains `[skip ci]` will be included in the squashed commit message. This means that the merge will not trigger a build.
51+
> In order to avoid this and have the merge trigger a build, you should remove the commit containing `[skip ci]` from the squashed commit message.
52+
4953
For example, the following commit message will cause Buildkite to ignore the commit and not create a corresponding build:
5054

5155
```

0 commit comments

Comments
 (0)