From ce0656246857567696aab58799e2f8e12dab8d65 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 8 May 2025 14:50:29 -0600 Subject: chore: attempt to include the deploy jobs if on main branch --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3