Add flexibility of weekly or daily builds
Currently the scheduled job runs daily building all images.
- Change this job to run with a
SCHEDULE_RUN = "daily"
- Create another job to run (every Sunday) with a
SCHEDULE_RUN = "weekly"
- Add appropriate
except
andonly
conditions to make (initially),- logan-terraform run weekly
- all other builds run daily