diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28de19cac..dac62e263 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ workflow: - if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_BRANCH' -.only_default: &only_default +.pipline-guard: &pipline-guard rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_COMMIT_TAG' @@ -74,7 +74,7 @@ build-fedora-container: needs: - check-commit-log - check-merge-request - <<: *only_default + &pipline-guard check-commit-log: extends: