diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c665c166c59a..38e8e1d35936 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -395,7 +395,7 @@ jobs: cross-compile: runs-on: ubuntu-latest - needs: [unittest, integration-tests, lint] + needs: [setup-environment] strategy: matrix: os: @@ -543,7 +543,7 @@ jobs: publish-check: runs-on: ubuntu-latest - needs: [build-package] + needs: [lint, unittest, integration-tests, build-package] steps: - uses: actions/checkout@v4 - name: Download Binaries