We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd22998 commit 16d8301Copy full SHA for 16d8301
.github/workflows/docker-unified.yml
@@ -439,7 +439,7 @@ jobs:
439
smoke_test:
440
name: Run Smoke Tests (${{ matrix.test_strategy }}, Batch ${{ matrix.batch }}/${{ matrix.batch_count }})
441
runs-on: ${{ needs.setup.outputs.test_runner_type }}
442
- needs: [setup, smoke_test_matrix, base_build]
+ needs: [setup, smoke_test_matrix]
443
strategy:
444
fail-fast: false
445
matrix: ${{ fromJson(needs.smoke_test_matrix.outputs.matrix) }}
0 commit comments