Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/modules/orchestrate/pages/skip-build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A few points to note regarding the scope of the `ci skip` feature:
* If you push multiple commits at once, and the latest commit includes a `[ci skip]` or `[skip ci]` tag, it will skip the pipeline execution for all commits in that push.
* This feature is not supported for fork PRs. Scheduled workflows will run even if you push a commit with `[ci skip]` message. Changing the config file is the way to upgrade the current schedule.
* For GitHub OAuth and Bitbucket Cloud pipelines, this functionality applies also when the pipeline is triggered via API, manually via the web app, or via schedule.
* GitHub App pipelines triggered via Custom webhook or via schedule are never skipped
* GitHub App pipelines triggered via custom webhook, schedule, API or manually via the web-app are never skipped

=== Example commit title

Expand Down