From bdc780a8909dbb613027aee4021b490465d0e8b4 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Fri, 6 Feb 2026 19:36:58 +0100 Subject: [PATCH] Disable the automatic, scheduled release There's too much manual work involved in releasing now (updating translations, copying docs-master) to make automatic releases infeasible. I'm not worried that I forget to release on the first Saturday of every month. Keeping the code commented out in case we want to re-enable it at some point. --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3682f9604..9cd59863f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,11 @@ name: Release on: - schedule: - # Runs at 8:00 AM UTC on every Saturday - # We'll check below if it's the first Saturday of the month, and fail if not - - cron: '0 8 * * 6' + # schedule: + # # Runs at 8:00 AM UTC on every Saturday + # # We'll check below if it's the first Saturday of the month, and fail if not + # - cron: '0 8 * * 6' + # Allow manual triggering of the workflow workflow_dispatch: inputs: