Merge branch 'bugfix/QA-179_fix_ci_run_conditional' into 'develop'

QA-179 fix ci run conditional

Closes QA-179

See merge request kasm-technologies/internal/workspaces-images!353
This commit is contained in:
Richard Koliser 2025-10-01 17:45:30 +00:00
commit eae86b3387

View file

@ -36,12 +36,7 @@ template:
pipeline:
stage: run
rules:
- if: >
$README_USERNAME ||
$README_PASSWORD ||
$QUAY_API_KEY ||
$DOCKERHUB_REVERT ||
$REVERT_IS_ROLLING
- if: '$README_USERNAME_RUN || $README_PASSWORD_RUN || $QUAY_API_KEY_RUN || $DOCKERHUB_REVERT_RUN || $REVERT_IS_ROLLING_RUN'
when: never
- when: on_success
variables: