diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index eb173a6e..ec558fc5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -30,7 +30,7 @@ jobs: # https://github.com/actions/checkout uses: actions/checkout@v2 with: - ref: ${{github.head.sha}} + #ref: ${{github.head.sha}} #repository: ${{github.event.pull_request.head.repo.full_name}} #fetch-depth: 0