From 1ac4c70fa552d090e905195ce596dbc4108080a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Wed, 15 Sep 2021 17:34:12 +0200 Subject: [PATCH] Start the 'cache-google-chrome' job immediately on the main branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 074dfe1..e45d719 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -264,6 +264,10 @@ gitlab-operator-build-base push: *build_and_deploy cache-google-chrome: stage: automation + rules: + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + # Starts the job immediately + needs: [] variables: MOUNT_POINT: /builds/$CI_PROJECT_PATH/mnt script: