diff --git a/.github/workflows/tests-integ.yml b/.github/workflows/tests-integ.yml index 5ca3b93..b9b408e 100644 --- a/.github/workflows/tests-integ.yml +++ b/.github/workflows/tests-integ.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 - ref: ${{ github.ref_name }} + ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false - name: Package run: |