From f1184bf5093fec41f7eb15bb84f067c4005dc72d Mon Sep 17 00:00:00 2001 From: Ryan Christian <33403762+rschristian@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:27:56 -0600 Subject: [PATCH] ci: Fix path filter in PR Reporter action --- .github/workflows/pr-reporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-reporter.yml b/.github/workflows/pr-reporter.yml index ce34bcd4df..f8ee0f8126 100644 --- a/.github/workflows/pr-reporter.yml +++ b/.github/workflows/pr-reporter.yml @@ -22,7 +22,7 @@ jobs: - uses: dorny/paths-filter@v3 id: filter with: - ref: ${{ github.event.workflow_run.head_branch }} + ref: ${{ github.event.workflow_run.head_sha }} # Should be kept in sync with the filter in the CI workflow filters: | jsChanged: '**/src/**/*.js'