Skip to content

Commit

Permalink
Add hint about alternative pipeline skip syntax (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Sep 12, 2023
1 parent af34458 commit 6090766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/20-usage/20-pipeline-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Keep in mind the name is optional, if not added the steps will be numerated.

### Skip Commits

Woodpecker gives the ability to skip individual commits by adding `[CI SKIP]` to the commit message. Note this is case-insensitive.
Woodpecker gives the ability to skip individual commits by adding `[SKIP CI]` or `[CI SKIP]` to the commit message. Note this is case-insensitive.

```sh
git commit -m "updated README [CI SKIP]"
Expand Down

0 comments on commit 6090766

Please sign in to comment.