From 1ad8a5ed4466d4673a9ce4d0cf9705b74bd28237 Mon Sep 17 00:00:00 2001 From: Charlie Doern Date: Thu, 14 Aug 2025 13:49:07 -0400 Subject: [PATCH] fix: workflow checkout PR adjust the record yml to checkout the PR properly Signed-off-by: Charlie Doern --- .github/workflows/record-integration-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/record-integration-tests.yml b/.github/workflows/record-integration-tests.yml index b31709a4f..5b5760025 100644 --- a/.github/workflows/record-integration-tests.yml +++ b/.github/workflows/record-integration-tests.yml @@ -86,9 +86,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - ref: ${{ github.event.pull_request.head.ref }} - fetch-depth: 0 - name: Setup test environment uses: ./.github/actions/setup-test-environment