diff options
-rw-r--r-- | .github/workflows/clippy.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 840e0aa..d55d697 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -14,8 +14,6 @@ jobs: ref: refs/pull/${{ github.event.number }}/head - uses: actions/checkout@v2 if: github.event_name != 'pull_request_target' - with: - ref: ${{ github.head_ref }} - uses: actions-rs/toolchain@v1 with: profile: minimal |