This commit is contained in:
Elio Bischof
2024-11-27 12:55:33 +01:00
parent 95a2cd79ff
commit be6e63e87a

View File

@@ -39,7 +39,7 @@ jobs:
if [ -z "${{ github.event.schedule }}" ]; then
echo 'matrix=["test:acceptance:qa", "test:acceptance:prod"]' >> $GITHUB_OUTPUT
elif [ -n "${{ github.event.inputs.zitadel-env }}" ]; then
echo "matrix=[\"test:acceptance:${{ github.event.inputs.zitadel-env }}\"]" >> $GITHUB_OUTPUT
echo 'matrix=["test:acceptance:${{ github.event.inputs.zitadel-env }}"]' >> $GITHUB_OUTPUT
elif [ -n "${{ github.event.inputs.zitadel-api-url }}" ]; then
echo 'matrix=["test:acceptance:custom"]' >> $GITHUB_OUTPUT
else