From dd6d71d0e4f14ac3498fdb2aa182cdd25d25c845 Mon Sep 17 00:00:00 2001 From: Luca Grillotti Date: Wed, 29 Nov 2023 19:26:38 +0900 Subject: [PATCH] update ci with new checkout test --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83c688df..3723e950 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,7 +138,7 @@ jobs: uses: actions/checkout@v3 if: ${{ github.event_name == 'pull_request_target' }} with: - ref: ${{ github.event.pull_request.head.sha }} + ref: "refs/pull/${{ github.event.number }}/merge" - name: Run pytests run: |