From ba2dc6a9b3327b64b5a7b3d3404a15a301e72ec1 Mon Sep 17 00:00:00 2001 From: David Gidwani Date: Tue, 8 Aug 2023 15:16:22 -0400 Subject: [PATCH] ci: :ferris_wheel: fix fetch-depth in wheels CI --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 319c3f9..d864438 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -94,6 +94,8 @@ jobs: steps: - name: Checkout python-hyperscan uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Restore build artifacts cache id: cache-dist @@ -167,7 +169,6 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - ref: ${{ github.event.pull_request.head.sha }} - uses: pdm-project/setup-pdm@v3 with: