diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 50aa08a..c53d2cd 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -32,8 +32,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.ref }} - name: Setup Node.js uses: actions/setup-node@v3 with: