From 1a7780c4471af80fa1c862386a1da80a74c2925e Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 11 Apr 2024 18:51:45 +0200 Subject: [PATCH] Ensure build-native is in needs properly --- .github/workflows/build_and_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e0caa55ebc2e8..1606168096e70 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -154,7 +154,7 @@ jobs: test-turbopack-dev: name: test turbopack dev - needs: ['changes', 'build-next'] + needs: ['changes', 'build-next', 'build-native'] if: ${{ needs.changes.outputs.docs-only == 'false' }} strategy: @@ -169,7 +169,7 @@ jobs: test-turbopack-integration: name: test turbopack development integration - needs: ['changes', 'build-next'] + needs: ['changes', 'build-next', 'build-native'] if: ${{ needs.changes.outputs.docs-only == 'false' }} strategy: @@ -185,7 +185,7 @@ jobs: test-turbopack-production: name: test turbopack production - needs: ['changes', 'build-next'] + needs: ['changes', 'build-next', 'build-native'] if: ${{ needs.changes.outputs.docs-only == 'false' }} strategy: @@ -201,7 +201,7 @@ jobs: test-turbopack-production-integration: name: test turbopack production integration - needs: ['changes', 'build-next'] + needs: ['changes', 'build-next', 'build-native'] if: ${{ needs.changes.outputs.docs-only == 'false' }} strategy: