QA-179 fix ci run conditional

This commit is contained in:
Huan Truong 2025-09-19 10:55:21 -05:00
parent 093962260e
commit 30fd0214c1
No known key found for this signature in database

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: