From c24426e78a2c19465ca3f95962a1f38f438e2779 Mon Sep 17 00:00:00 2001 From: Max SCHMELLER Date: Wed, 29 Oct 2025 14:12:17 +0900 Subject: [PATCH] ci(infer): fix fb-infer-report for prs on forks Signed-off-by: Max SCHMELLER --- .github/workflows/build-and-test-differential.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index 6b15aa4b3..dbb5bed34 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -207,7 +207,7 @@ jobs: with: fetch-depth: 0 # This repo checkout is only for .github workflow definitions. Use the feature branch's version as it might contain updated functionality. - ref: ${{ github.head_ref }} + ref: ${{ github.event.pull_request.head.sha }} sparse-checkout-cone-mode: false sparse-checkout: | .github/