From ade5fba9866e91b24a2cb1a897978c74112176c4 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sun, 5 Oct 2025 23:09:16 +0200 Subject: [PATCH] chore: only depend on Docker push --- .github/workflows/handleRelease.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/handleRelease.yml b/.github/workflows/handleRelease.yml index c6e096e05..5cfc7c50a 100644 --- a/.github/workflows/handleRelease.yml +++ b/.github/workflows/handleRelease.yml @@ -4,11 +4,7 @@ name: "Handle release" on: workflow_run: workflows: - - "Backend tests" - - "Perform type checks" - - "rate limit" - "Docker" - - "Frontend admin tests" permissions: contents: read @@ -17,7 +13,7 @@ env: PNPM_HOME: ~/.pnpm-store jobs: - build-zip: + create-release: permissions: write-all # run on pushes to any branch # run on PRs from external forks