mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-18 07:50:11 +00:00
Get rid of the scheduled image building workflow.
This commit is contained in:
parent
793033caa8
commit
f053ef371a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user