From 2fd815b94d1a5e87c31b0d3360bc22931303d207 Mon Sep 17 00:00:00 2001 From: Michael Schiemer Date: Fri, 31 Oct 2025 15:38:49 +0100 Subject: [PATCH] Simplify production-deploy: remove workflow_dispatch inputs to test if that's the issue --- .gitea/workflows/production-deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/production-deploy.yml b/.gitea/workflows/production-deploy.yml index a3f39f32..9f690cb7 100644 --- a/.gitea/workflows/production-deploy.yml +++ b/.gitea/workflows/production-deploy.yml @@ -6,12 +6,6 @@ on: push: branches: [ main, develop ] workflow_dispatch: - inputs: - skip_tests: - description: 'Skip tests (emergency only)' - required: false - default: false - type: boolean env: REGISTRY: registry.michaelschiemer.de