From d05469fd6d6183efae599a6663f7bfb14ce3527f Mon Sep 17 00:00:00 2001 From: Darshan K <35736874+darshankabariya@users.noreply.github.com> Date: Wed, 16 Jul 2025 02:52:00 +0530 Subject: [PATCH] chore: avoid kick off CI when not strictly required (#3505) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30708ead9..5b3219314 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,6 +80,8 @@ jobs: run: make V=1 QUICK_AND_DIRTY_COMPILER=1 all tools build-windows: + needs: changes + if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' }} uses: ./.github/workflows/windows-build.yml with: branch: ${{ github.ref }}