First attempt at auto update job

This commit is contained in:
Greg Hellings
2025-08-19 20:28:22 -05:00
parent 88e74c95ed
commit ec0b87cee7
2 changed files with 61 additions and 0 deletions
+6
View File
@@ -12,10 +12,16 @@ workflow:
when: never
# Run reduced pipeline for branches
- if: $CI_COMMIT_BRANCH
- if: $CI_PIPELINE_SOURCE == "web"
include:
# Low-effort, we can always do lint checks, validations, and so forth
- local: .gitlab/always.yml
rules:
- if: $CI_PIPELINE_SOURCE != "web"
- local: .gitlab/update.yml
rules:
- if: $CI_PIPELINE_SOURCE == "web"
# Actual download of ISOs and building of images. This should only be
# done some of the time
- local: .gitlab/build.yml