Skip to content

Commit 16d8301

Browse files
committed
temp
1 parent dd22998 commit 16d8301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-unified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
smoke_test:
440440
name: Run Smoke Tests (${{ matrix.test_strategy }}, Batch ${{ matrix.batch }}/${{ matrix.batch_count }})
441441
runs-on: ${{ needs.setup.outputs.test_runner_type }}
442-
needs: [setup, smoke_test_matrix, base_build]
442+
needs: [setup, smoke_test_matrix]
443443
strategy:
444444
fail-fast: false
445445
matrix: ${{ fromJson(needs.smoke_test_matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)