Skip to content

Commit bf9fd6c

Browse files
committed
Fix typo in "ci skip" instructions.
1 parent 2196f69 commit bf9fd6c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/docs/content/references/github-integration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ Zerops requires full access to your repository in order to configure webhooks an
6262

6363
---
6464

65-
### Managing Your GitHub Integration
65+
### Skip the automatic pipeline once
6666

67-
To skip triggering a build for a specific commit, you can include `ci skip` or `skip ci` in your commit message (case insensitive). This tells Zerops to ignore that particular commit during the build process.
67+
To ensure that a pipeline is not triggered by a specific commit, add `[ci skip]` or `[skip ci]` to the commit message. It is case insensitive.
6868

6969
:::note
70-
Although the webhook will still be delivered to GitHub, no action will be taken if `ci skip` is present in the commit message.
70+
You will still see a successful delivery of a webhook in your GitHub repository as a webhook is actually triggered, but with no action.
7171
:::
7272

7373
---

apps/docs/content/references/gitlab-integration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ Zerops requires full access to configure webhooks and download your code. Your s
6262

6363
---
6464

65-
## Managing Your GitLab Integration
65+
### Skip the automatic pipeline once
6666

67-
To skip triggering a build for a specific commit, you can include `ci skip` or `skip ci` in your commit message (case insensitive). This tells Zerops to ignore that particular commit during the build process.
67+
To ensure that a pipeline is not triggered by a specific commit, add `[ci skip]` or `[skip ci]` to the commit message. It is case insensitive.
6868

6969
:::note
70-
Although the webhook will still be delivered to GitLab, no action will be taken if `ci skip` is present in the commit message.
70+
You will still see a successful delivery of a webhook in your GitLab repository as a webhook is actually triggered, but with no action.
7171
:::
7272

7373
---

0 commit comments

Comments
 (0)