Add hint about alternative pipeline skip syntax (#2443)

This commit is contained in:
Robert Kaussow 2023-09-12 09:58:18 +02:00 committed by GitHub
parent af34458008
commit 609076675b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]"