From 41cc5b4f6249488fea01a4ac31b10845e93cac2b Mon Sep 17 00:00:00 2001 From: Bill Little Date: Fri, 12 Mar 2021 09:14:25 +0000 Subject: [PATCH] cirrus-ci credits for non-master --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7244296a6c..ca569feb63 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -88,7 +88,7 @@ linux_task_template: &LINUX_TASK_TEMPLATE # compute_credits_template: &CREDITS_TEMPLATE # Only use credits for non-DRAFT pull-requests to SciTools/iris master branch by collaborators - use_compute_credits: ${CIRRUS_REPO_FULL_NAME} == "SciTools/iris" && ${CIRRUS_USER_COLLABORATOR} == "true" && ${CIRRUS_PR_DRAFT} == "false" && ${CIRRUS_BASE_BRANCH} == "master" && ${CIRRUS_PR} != "" + use_compute_credits: ${CIRRUS_REPO_FULL_NAME} == "SciTools/iris" && ${CIRRUS_USER_COLLABORATOR} == "true" && ${CIRRUS_PR_DRAFT} == "false" && ${CIRRUS_PR} != "" #