mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
Add hint about alternative pipeline skip syntax (#2443)
This commit is contained in:
parent
af34458008
commit
609076675b
1 changed files with 1 additions and 1 deletions
|
@ -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]"
|
||||
|
|
Loading…
Reference in a new issue