disable schedule

An external script is used that polls our buildbot infrastructure and
triggers container builds.

It's only commented out so downstream project could use this as a
reference.

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/129/head
Paul Spooren 2023-09-30 03:52:03 +02:00
parent 28c68d4266
commit d4d19c0757
1 changed files with 5 additions and 5 deletions

View File

@ -16,11 +16,11 @@ on:
description: "Single target to build (empty for all)"
required: false
schedule:
- cron: "0 5 * * *" # daily snapshot
- cron: "0 6 * * *" # daily 23.05-SNAPSHOT
- cron: "0 7 * * 2" # weekly 22.03-SNAPSHOT
- cron: "0 8 16 * *" # monthly 21.02-SNAPSHOT
# schedule:
# - cron: "0 5 * * *" # daily snapshot
# - cron: "0 6 * * *" # daily 23.05-SNAPSHOT
# - cron: "0 7 * * 2" # weekly 22.03-SNAPSHOT
# - cron: "0 8 16 * *" # monthly 21.02-SNAPSHOT
jobs:
generate_matrix: