From ec35c74e2e7307c0f9a81a21dcd92574e582ebe3 Mon Sep 17 00:00:00 2001 From: Yorick Gruijthuijzen Date: Wed, 1 Oct 2025 21:41:34 +0200 Subject: [PATCH] Add the PR head as reference to the checkout action of the splitter job. (#981) * Add the pull request its head as reference to the repo-checkout of the splitter job. * Delete changelogs/fragments/20250808-bugfix-workflow-splitter-ref.yaml Remove changelog file as this is a CI-only change --------- Co-authored-by: Bianca Henderson --- .github/workflows/integration-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index de6b7c90..adfb13e5 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -26,6 +26,7 @@ jobs: with: path: ${{ env.source_dir }} fetch-depth: "0" + ref: ${{ github.event.pull_request.head.sha }} - name: list changes for pull request id: splitter