From 2a99d4dd5df14dd571107a6e0b589a4610fcf278 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Thu, 22 Jul 2021 12:46:37 +0100 Subject: [PATCH] rename cirrus-ci tasks with name override --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index b728e31867..839ef7fc77 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -105,7 +105,7 @@ iris_test_data_template: &IRIS_TEST_DATA_TEMPLATE # # Linting # -precommit_task: +task: only_if: ${SKIP_LINT_TASK} == "" << : *CREDITS_TEMPLATE auto_cancellation: true @@ -129,7 +129,7 @@ precommit_task: # # Testing (Linux) # -test_task: +task: only_if: ${SKIP_TEST_TASK} == "" << : *CREDITS_TEMPLATE matrix: @@ -155,7 +155,7 @@ test_task: # # Documentation Testing and Gallery (Linux) # -doctest_task: +task: only_if: ${SKIP_DOCTEST_TASK} == "" && ${SKIP_ALL_DOC_TASKS} == "" << : *CREDITS_TEMPLATE env: @@ -179,7 +179,7 @@ doctest_task: # # Documentation Link Check (Linux) # -linkcheck_task: +task: only_if: ${SKIP_LINKCHECK_TASK} == "" && ${SKIP_ALL_DOC_TASKS} == "" << : *CREDITS_TEMPLATE env: