mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 12:47:41 +00:00
-n
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Matrix
|
- name: Matrix
|
||||||
id: matrix
|
id: matrix
|
||||||
run: |
|
run: |
|
||||||
if [ -z "${{ github.event.schedule }}" ]; then
|
if [ -n "${{ github.event.schedule }}" ]; then
|
||||||
echo 'matrix=["test:acceptance:qa", "test:acceptance:prod"]' >> $GITHUB_OUTPUT
|
echo 'matrix=["test:acceptance:qa", "test:acceptance:prod"]' >> $GITHUB_OUTPUT
|
||||||
elif [ -n "${{ github.event.inputs.zitadel-env }}" ]; then
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user