mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Add hint about alternative pipeline skip syntax (#2443)
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user