Skip to content
代码片段 群组 项目
提交 dbe452c4 编辑于 作者: Nathan Rosandich's avatar Nathan Rosandich 提交者: Evan Read
浏览文件

Add compliance pipeline limitation

上级 79305f38
No related branches found
No related tags found
无相关合并请求
...@@ -223,6 +223,12 @@ include: # Execute individual project's configuration (if project contains .git ...@@ -223,6 +223,12 @@ include: # Execute individual project's configuration (if project contains .git
The `rules` configuration in the `include` definition avoids circular inclusion in case the compliance pipeline must be able to run in the host project itself. The `rules` configuration in the `include` definition avoids circular inclusion in case the compliance pipeline must be able to run in the host project itself.
You can leave it out if your compliance pipeline only ever runs in labeled projects. You can leave it out if your compliance pipeline only ever runs in labeled projects.
#### Compliance pipelines and custom pipeline configurations
Compliance pipelines don't run when an included project pipeline uses an external
[custom CI/CD configuration file](../../ci/pipelines/settings.md#specify-a-custom-cicd-configuration-file). For more information, see
[issue 393960](https://gitlab.com/gitlab-org/gitlab/-/issues/393960).
#### Compliance pipelines in merge requests originating in project forks #### Compliance pipelines in merge requests originating in project forks
When a merge request originates in a fork, the branch to be merged usually only exists in the fork. When a merge request originates in a fork, the branch to be merged usually only exists in the fork.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册