Simplify production-deploy: remove workflow_dispatch inputs to test if that's the issue
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user