Skip to content

Commit 1b9e72d

Browse files
committed
add need param into standalone tests
1 parent 0fd9425 commit 1b9e72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-build-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ jobs:
464464
docker image prune --all -f
465465
466466
Validation-Standalone-Tests:
467-
needs: [Build-backend]
467+
needs: [Build-backend, Validation-Standalone-Tests]
468468
if: ${{ needs.Validate-bootstrap-configs.outputs.standalone_tests_list != '[]' && needs.Validate-bootstrap-configs.outputs.standalone_tests_list != '' }}
469469
strategy:
470470
fail-fast: false

0 commit comments

Comments
 (0)