Simplify production-deploy: remove workflow_dispatch inputs to test if that's the issue

This commit is contained in:
2025-10-31 15:38:49 +01:00
parent 986e15d55a
commit 2fd815b94d

View File

@@ -6,12 +6,6 @@ on:
push: push:
branches: [ main, develop ] branches: [ main, develop ]
workflow_dispatch: workflow_dispatch:
inputs:
skip_tests:
description: 'Skip tests (emergency only)'
required: false
default: false
type: boolean
env: env:
REGISTRY: registry.michaelschiemer.de REGISTRY: registry.michaelschiemer.de