From f42464cb67897e90dd83944fb1805b6fc44854e7 Mon Sep 17 00:00:00 2001 From: Jonathan Wenger Date: Wed, 21 Feb 2024 09:07:58 -0800 Subject: [PATCH] Update sec pipelne --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 588d0b3..21d0d15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,3 @@ include: sast:tests: extends: .sast:tests stage: testing:development - rules: - - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop"' - when: always