From 926ce9074f07bd6d6cdbe9686f7a8649521a605b Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Thu, 25 Sep 2025 23:28:06 +0100 Subject: [PATCH] add build-info dependency to summarize-warnings github action job --- .github/workflows/ci-amd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-amd.yml b/.github/workflows/ci-amd.yml index 0f60d32fc4d52..30c194ed8b4cb 100644 --- a/.github/workflows/ci-amd.yml +++ b/.github/workflows/ci-amd.yml @@ -935,6 +935,7 @@ jobs: summarize-warnings: timeout-minutes: 15 name: "Summarize warnings" + needs: [build-info] runs-on: ${{ fromJSON(needs.build-info.outputs.amd-runners) }} if: needs.build-info.outputs.run-unit-tests == 'true' steps: