From bf843f24acb077d4dc2a1126da35179453e1ad7c Mon Sep 17 00:00:00 2001 From: Vladimir Istyufeev Date: Mon, 16 May 2022 14:19:59 +0300 Subject: [PATCH] Don't spin up `rusty-cachier` caches on the main branch --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb756b32..c2388c5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ variables: # read more https://github.com/paritytech/cargo-contract/pull/115 CI_IMAGE: "paritytech/contracts-ci-linux:production" RUSTY_CACHIER_SINGLE_BRANCH: master + RUSTY_CACHIER_DONT_OPERATE_ON_MAIN_BRANCH: "true" workflow: rules: -- GitLab