From 91632b52bbeb521f6a4d79eb53f0cec87f667ee9 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 4 Nov 2020 17:53:54 +0100 Subject: [PATCH] build: circleci: periodic full build: only build each of the matching branches once --- .circleci/config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8014ccf..4a98123 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -204,7 +204,7 @@ workflows: periodic: triggers: - schedule: - cron: "45 15 * * *" + cron: "00 17 * * *" filters: branches: only: @@ -212,7 +212,7 @@ workflows: - stable - problame/circleci-build jobs: - - periodic-trigger-pipeline + - periodic-full-pipeline-run zrepl.github.io: jobs: @@ -342,14 +342,12 @@ jobs: description: CI-generated release artifacts minio-dst: "" - periodic-trigger-pipeline: + periodic-full-pipeline-run: docker: - image: cimg/base:2020.08 steps: - trigger-pipeline: - body_no_shell_subst: '{"branch":"master", "parameters": { "do_ci": true, "do_release": true }}' - - trigger-pipeline: - body_no_shell_subst: '{"branch":"stable", "parameters": { "do_ci": true, "do_release": true }}' + body_no_shell_subst: '{"branch":"<>", "parameters": { "do_ci": true, "do_release": true }}' publish-zrepl-github-io: docker: