Skip to content
Snippets Groups Projects
Commit bef09763 authored by Marlon's avatar Marlon Committed by Timo Furrer
Browse files

fix(WarningOnNonEmptyPlan): only run job on gitlab.com

parent 97aa8874
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,8 @@ plan-job-template: ...@@ -113,6 +113,8 @@ plan-job-template:
trigger: trigger:
include: tests/integration-tests/$PIPELINE_NAME.gitlab-ci.yml include: tests/integration-tests/$PIPELINE_NAME.gitlab-ci.yml
strategy: depend strategy: depend
rules:
- if: '$CI_SERVER_FQDN == "gitlab.com"'
parallel: parallel:
matrix: matrix:
- PIPELINE_NAME: - PIPELINE_NAME:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment