Get rid of the scheduled image building workflow.

This commit is contained in:
Jean-Paul Calderone 2022-12-14 12:47:50 -05:00
parent 793033caa8
commit f053ef371a

View File

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