changed logic

This commit is contained in:
Matthew McClaskey 2024-03-15 11:14:37 +00:00
parent 3f28ee9d3d
commit d74f7102f9

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 && $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_COMMIT_TAG != $CI_COMMIT_REF_NAME && $CI_PIPELINE_SOURCE != "merge_request_event"
stages: stages:
- www - www