From 1da272c0c77eca97e0b0bc5685101b4710aa8dd5 Mon Sep 17 00:00:00 2001 From: Ryan Christian <33403762+rschristian@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:36:23 -0600 Subject: [PATCH] ci: Fix path filter in PR Reporter action (#4644) --- .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'