From fcaaaa6504e635317acf538bc80b32d086e0b5e8 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Tue, 9 Aug 2022 16:23:57 +0200 Subject: [PATCH] chore(cicd): rely on workflow --- templates/extract.yml | 3 --- templates/validation.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/templates/extract.yml b/templates/extract.yml index 378def0..a5e6995 100644 --- a/templates/extract.yml +++ b/templates/extract.yml @@ -13,8 +13,5 @@ extract-script: paths: - script.sh rules: - # exclude merge requests - - if: $CI_MERGE_REQUEST_ID - when: never # enabled if $GITLAB_CI_FILES is set - if: $GITLAB_CI_FILES diff --git a/templates/validation.yml b/templates/validation.yml index 86f412f..2003777 100644 --- a/templates/validation.yml +++ b/templates/validation.yml @@ -54,8 +54,5 @@ gitlab-ci-lint: script: - ci_lint rules: - # exclude merge requests - - if: $CI_MERGE_REQUEST_ID - when: never # enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set - if: '$GITLAB_TOKEN && $GITLAB_CI_FILES' -- GitLab