You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/references/github-integration.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,12 @@ Zerops requires full access to your repository in order to configure webhooks an
62
62
63
63
---
64
64
65
-
### Managing Your GitHub Integration
65
+
### Skip the automatic pipeline once
66
66
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.
68
68
69
69
:::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.
Copy file name to clipboardExpand all lines: apps/docs/content/references/gitlab-integration.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,12 @@ Zerops requires full access to configure webhooks and download your code. Your s
62
62
63
63
---
64
64
65
-
##Managing Your GitLab Integration
65
+
### Skip the automatic pipeline once
66
66
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.
68
68
69
69
:::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.
0 commit comments