Browse Source

NO-JIRA Fix validate task running condition

tags/9.5.0.56709
Philippe Perrin 1 year ago
parent
commit
17f3bf97aa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -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

Loading…
Cancel
Save