From 5e4fceb75b00e4c7bfa05393c3364409085dcb3c Mon Sep 17 00:00:00 2001 From: Ines WALLON Date: Sat, 11 Jun 2022 22:43:03 +0200 Subject: [PATCH] feat: #339 Remove gitlab-ci's rule --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41eca1a62..3eb15b09e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -622,5 +622,3 @@ workflow: - if: $CI_MERGE_REQUEST_ID # Execute jobs when a new tag is created. - if: $CI_COMMIT_TAG - # Execute jobs when a new commit is pushed to 9.x branch. - - if: $CI_COMMIT_BRANCH == '9.x'