From 73c74f8c90bc088d698b0aed67a52aa7b41856d1 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Fri, 8 Jul 2022 00:31:09 +0000 Subject: [PATCH] Use branch pipelines to avoid Premium tier features --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee5a6368bc..dcaf6ca14e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ include: - template: Security/SAST.gitlab-ci.yml - - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' + # Use branch pipelines to avoid Premium tier features + - template: Workflows/Branch-Pipelines.gitlab-ci.yml stages: - build