Skip to content
Snippets Groups Projects
Commit e9abefcc authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Ensure Trigger:package runs in all necessary places

parent e4818dba
No related branches found
No related tags found
3 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!47Making Heptapod 0.25 the new stable in Omnibus,!45GitLab 14.2
......@@ -23,14 +23,13 @@
- pipelines@gitlab-org/build/omnibus-gitlab-mirror
.com-trigger-and-nightly-only: &com-trigger-and-nightly-only
only:
refs:
- triggers@gitlab-org/build/omnibus-gitlab-mirror
- pipelines@gitlab-org/build/omnibus-gitlab-mirror
- schedules@gitlab-org/build/omnibus-gitlab-mirror
except:
variables:
- $DEPS_PIPELINE || $CACHE_UPDATE || $DEPENDENCY_SCANNING
rules:
- if: '$DEPS_PIPELINE || $DEPENDENCY_SCANNING'
when: never
- if: '$CI_PIPELINE_SOURCE == "trigger" && $CI_PROJECT_PATH == "gitlab-org/build/omnibus-gitlab-mirror"'
- if: '$CI_PIPELINE_SOURCE == "pipeline" && $CI_PROJECT_PATH == "gitlab-org/build/omnibus-gitlab-mirror"'
- if: '$CI_PIPELINE_SOURCE == "schedule" && $NIGHTLY == "true" && $CI_PROJECT_PATH == "gitlab-org/build/omnibus-gitlab-mirror"'
- when: never
.depscan-rules: &depscan-rules
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment