From fa0a53340921ccbe655efc1fafce646681812c53 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 22 Mar 2026 08:35:48 +0000 Subject: [PATCH] Temporarily disable automated releases --- .github/workflows/tagging.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index df2f6253e..03b4afa65 100755 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -6,10 +6,12 @@ on: workflow_dispatch: # No inputs are required for the manual dispatch. + # NOTE: Temporarily disable automated releases. + # # Runs at 8:00 UTC on Monday, Tuesday, Wednesday, and Thursday. To enable automated # tagging for a repository, simply add it to the if block of the tag job. - schedule: - - cron: '0 8 * * MON,TUE,WED,THU' + # schedule: + # - cron: '0 8 * * MON,TUE,WED,THU' # Ensure that only a single instance of the workflow is running at a time. concurrency: