mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-15 16:57:13 +02: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
|
### 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
|
```sh
|
||||||
git commit -m "updated README [CI SKIP]"
|
git commit -m "updated README [CI SKIP]"
|
||||||
|
|||||||
Reference in New Issue
Block a user