diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-08 14:50:29 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-08 14:50:29 -0600 |
| commit | ce0656246857567696aab58799e2f8e12dab8d65 (patch) | |
| tree | ac0d9d011c1b85377b1ae91e2b2de0e0c1c9b60a /.gitlab-ci.yml | |
| parent | c73c65c7ac91f8462ecdbcb63676d41a6053fd2e (diff) | |
chore: attempt to include the deploy jobs if on main branch
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e01363..205bfa7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,8 @@ variables: include: - project: 'gitlab-com/gl-infra/platform/runway/runwayctl' file: 'ci-tasks/service-project/runway.yml' + rules: + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH inputs: runway_service_id: sparkle image: "$CONTAINER_IMAGE_COMMIT" |
