From 04cf206e0d78a174c0f80a80180340838f332b67 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 24 Jan 2022 11:06:58 -0500 Subject: [PATCH] Switch back to running image building on schedule. --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d28196097..a650313ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,12 +84,12 @@ workflows: # faster and takes various spurious failures out of the critical path. triggers: # Build once a day - # - schedule: - # cron: "0 0 * * *" - # filters: - # branches: - # only: - # - "master" + - schedule: + cron: "0 0 * * *" + filters: + branches: + only: + - "master" jobs: # Every job that pushes a Docker image from Docker Hub needs to provide