From f053ef371a2162a9ac9c833694e534c8a0cdfad4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 14 Dec 2022 12:47:50 -0500 Subject: [PATCH] Get rid of the scheduled image building workflow. --- .circleci/config.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7c6cdbee..722ad390f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,26 +109,12 @@ workflows: - "docs": {} - triggered-images: + images: <<: *IMAGES # Build as part of the workflow but only if requested. when: "<< pipeline.parameters.build-images >>" - scheduled-images: - <<: *IMAGES - - # Build the Docker images used by the ci jobs. This makes the ci jobs - # faster and takes various spurious failures out of the critical path. - triggers: - # Build once a day - - schedule: - cron: "0 0 * * *" - filters: - branches: - only: - - "master" - jobs: dockerhub-auth-template: