diff options
author | 2020-10-27 01:01:52 +0100 | |
---|---|---|
committer | 2020-10-27 01:01:52 +0100 | |
commit | 649fd20972a5c4bdddc6ba68c6b41ec76714c9ce (patch) | |
tree | 64eb7e2446524f96dea00b6b3b979d29c7dc989f | |
parent | 9e2f1a2ce339ad1a663bc1a497a507846c4f6d02 (diff) | |
download | cortex-m-649fd20972a5c4bdddc6ba68c6b41ec76714c9ce.tar.gz cortex-m-649fd20972a5c4bdddc6ba68c6b41ec76714c9ce.tar.zst cortex-m-649fd20972a5c4bdddc6ba68c6b41ec76714c9ce.zip |
Omit ref
-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 |