From 815f6c4f163e3aabed8c7ead40cb05d9a5f1cb20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Wed, 28 Jun 2023 09:43:56 +0200 Subject: [PATCH] Pause scheduled releases We need to hold-off the next release until https://github.com/osbuild/osbuild-composer/pull/3524 is merged --- .github/workflows/create-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index d985a4d94..a4aba7a71 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -3,8 +3,8 @@ name: "Create and push release tag" on: workflow_dispatch: - schedule: - - cron: "0 8 * * 3" + #schedule: + # - cron: "0 8 * * 3" jobs: tag-and-push: