Skip to content

Commit bdb08c8

Browse files
committed
temp
1 parent 7dec43c commit bdb08c8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/docker-unified.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -427,14 +427,8 @@ jobs:
427427
cypress_matrix="$cypress_matrix"',{"test_strategy":"cypress","batch_count":"'"$cypress_batch_count"'","batch":"'"$i"'"}'
428428
done
429429
430-
includes=''
431-
if [[ "${{ needs.setup.outputs.backend_change }}" == 'true' || "${{ needs.setup.outputs.smoke_test_change }}" == 'true' || "${{ needs.setup.outputs.publish }}" == 'true' ]]; then
432-
includes="$python_matrix,$cypress_matrix"
433-
elif [[ "${{ needs.setup.outputs.frontend_only }}" == 'true' ]]; then
434-
includes="$cypress_matrix"
435-
elif [[ "${{ needs.setup.outputs.ingestion_only }}" == 'true' ]]; then
436-
includes="$python_matrix"
437-
fi
430+
includes="$python_matrix,$cypress_matrix"
431+
438432
echo "matrix={\"include\":[$includes] }" >> "$GITHUB_OUTPUT"
439433
440434
smoke_test:

0 commit comments

Comments
 (0)