This commit is contained in:
Elio Bischof
2024-11-27 13:31:50 +01:00
parent cf47029e89
commit b1f3d72256

View File

@@ -36,7 +36,7 @@ jobs:
- name: Matrix
id: matrix
run: |
if [ -z "${{ github.event.schedule }}" ]; then
if [ -n "${{ 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