From 17f3bf97aa700565edce90030751e150932fcce2 Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Wed, 25 May 2022 08:30:10 +0200 Subject: [PATCH] NO-JIRA Fix validate task running condition --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1d174708675..69d17989fc6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -224,7 +224,7 @@ validate_task: <<: *JEST_REPORT_CACHE_TEMPLATE <<: *ESLINT_REPORT_CACHE_TEMPLATE <<: *JUNIT_REPORT_CACHE_TEMPLATE - only_if: $CIRRUS_BRANCH != "public_master" || $CIRRUS_BRANCH != "branch-nightly-build" + only_if: $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "branch-nightly-build" depends_on: - yarn_validate-ci - yarn_lint-report-ci -- 2.39.5