diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 07eae8a..0565953 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -67,6 +67,8 @@ jobs: path: zls fetch-depth: 0 submodules: true + ref: ${{ github.event.pull_request.head.sha || github.sha }} + repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} - name: Build zls run: |