diff --git a/.github/workflows/ci_build.yaml b/.github/workflows/ci_build.yaml index 2ac5a33b6..94b7a715c 100644 --- a/.github/workflows/ci_build.yaml +++ b/.github/workflows/ci_build.yaml @@ -35,7 +35,7 @@ jobs: hardware: ${{ matrix.hardware }} secrets: inherit integration_tests: - needs: build-matrix + needs: build uses: ./.github/workflows/integration_tests.yaml # calls the one above ^ with: docker_image: ${{ needs.build.outputs.docker_image }}