From d4d19c075785d6ea72ff03b2ac334923bbc1090a Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sat, 30 Sep 2023 03:52:03 +0200 Subject: [PATCH] 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 --- .github/workflows/containers.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 44a8892..2800c2b 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -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: