From 81cf11d2e3d9565c7125216ea67a02c8f2f3bbed Mon Sep 17 00:00:00 2001 From: Alexander Richards Date: Mon, 27 Nov 2023 09:14:06 +0000 Subject: [PATCH] Update ci_push_testing.yml --- .github/workflows/ci_push_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_push_testing.yml b/.github/workflows/ci_push_testing.yml index 4a740dfe50..8885db2c7d 100644 --- a/.github/workflows/ci_push_testing.yml +++ b/.github/workflows/ci_push_testing.yml @@ -37,7 +37,7 @@ jobs: id: changed-files uses: tj-actions/changed-files@v24 with: - fetch-depth: 0 + base_sha: ${{ github.event.pull_request.head.sha }} - name: Install dependencies run: |