From 41cc006eab3037b65608f26e7a0edb979cf79547 Mon Sep 17 00:00:00 2001 From: Miguel Pena Date: Mon, 17 Aug 2026 17:08:32 -0700 Subject: [PATCH] fix deps change filter to compare against the pushed branch --- .github/workflows/cicd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 087e1500..c9cc686f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -236,6 +236,11 @@ jobs: id: filter if: github.event_name != 'workflow_dispatch' with: + # on push the filter's default base is the repo default branch, which + # makes every development-pw push diff against development and report + # the deps files as changed (they differ across the two branches by + # design). compare against the pushed branch itself instead. + base: ${{ github.ref_name }} filters: | deps: - 'Dockerfile.dependencies'