KASM-5761 fix failing pipeline on MRs

This commit is contained in:
Matthew McClaskey 2024-03-15 11:13:31 +00:00
parent bb2d903113
commit 3f28ee9d3d

View File

@ -17,7 +17,7 @@ variables:
workflow: workflow:
rules: rules:
# Disable tag builds. # Disable tag builds.
- if: $CI_COMMIT_TAG != $CI_COMMIT_REF_NAME - if: $CI_COMMIT_TAG != $CI_COMMIT_REF_NAME && $CI_PIPELINE_SOURCE == "merge_request_event"
stages: stages:
- www - www