From aea77a8ab3e8d24f853945a92078fdd0e4276c74 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 7 Jun 2024 15:44:51 +0200 Subject: [PATCH] Banana. --- .github/workflows/ci_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build.yaml b/.github/workflows/ci_build.yaml index 2ac5a33b..94b7a715 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 }}