diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-08 14:34:12 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-08 14:34:12 -0600 |
| commit | 4c64ea11530b8f977cf154035feb625b89a1893f (patch) | |
| tree | 4781cd05590758cd45507db12d03e477ac385a0f | |
| parent | c2622c836d1e35ff382e6ff3a55a8d4f06bc3afb (diff) | |
chore: fix invalid .gitlab-ci.yml syntax
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3769622..ac7b62e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,6 @@ 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 - when: on_success inputs: runway_service_id: sparkle image: "$CONTAINER_IMAGE_COMMIT" |
