From dbd65199488ab918beafce6d439c61e7d49741fe Mon Sep 17 00:00:00 2001 From: Aleksei Apaseev Date: Fri, 5 Aug 2022 12:27:25 +0800 Subject: [PATCH] ci: allow scheduled pipelines --- tools/ci/config/deploy.yml | 2 +- tools/ci/config/rules.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/ci/config/deploy.yml b/tools/ci/config/deploy.yml index 48c989754d..d50921d28b 100644 --- a/tools/ci/config/deploy.yml +++ b/tools/ci/config/deploy.yml @@ -110,7 +110,7 @@ deploy_test_result: extends: - .deploy_job_template - .before_script_slim - - .rules:ref:master-schedule-always + - .rules:ref:master-always image: $CI_DOCKER_REGISTRY/bot-env tags: - deploy_test diff --git a/tools/ci/config/rules.yml b/tools/ci/config/rules.yml index cb95be0de8..1488f1bf09 100644 --- a/tools/ci/config/rules.yml +++ b/tools/ci/config/rules.yml @@ -111,12 +111,10 @@ - <<: *if-ref-master - <<: *if-schedule -.rules:ref:master-schedule-always: +.rules:ref:master-always: rules: - <<: *if-ref-master when: always - - <<: *if-schedule - when: always .rules:labels:static_analysis-only: rules: