Skip to content
Snippets Groups Projects
Commit 66d7c023 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'warningonnonempty' into 'main'

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

Closes #86

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