From 41307e30bb7e8a8ead4983b70a474aee5ac09e47 Mon Sep 17 00:00:00 2001 From: CFD-Xing <101667766+CFD-Xing@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:09:43 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1f31d41..d7fbfd99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,3 @@ -workflow: - rules: - # Run pipeline on tags for the main project - - if: $CI_COMMIT_TAG && $CI_PROJECT_PATH == "CFD-Xing/x3d2" - # DO NOT run pipeline if WIP - - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TITLE =~ /^WIP:.*/ - when: never - # DO NOT run pipeline if Draft - - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TITLE =~ /^Draft:.*/ - when: never - stages: - build-and-test - check-policies