1
0
mirror of synced 2026-01-29 03:03:52 -05:00

fix typo in about-continous-integration doc

This commit is contained in:
Adole Samuel
2021-05-18 11:34:19 +01:00
committed by GitHub
parent 8125720704
commit cebd0f2e6c

View File

@@ -57,7 +57,7 @@ Browse the complete list of CI workflow templates offered by {% data variables.p
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@next" %}
### Skipping workflow runs
If you want to temporarily prevent a workflow from being triggered, you can add a skip instruction to the commit message. Workflows that would otherwise be triggered `on: push` or `on: pull_request`, won't be triggered if you add any any of the following strings to the commit message in a push, or the HEAD commit of a pull request:
If you want to temporarily prevent a workflow from being triggered, you can add a skip instruction to the commit message. Workflows that would otherwise be triggered `on: push` or `on: pull_request`, won't be triggered if you add any of the following strings to the commit message in a push, or the HEAD commit of a pull request:
* `[skip ci]`
* `[ci skip]`