Fix unused matrix component in name of clippy job

This commit is contained in:
David Tolnay 2020-05-06 01:53:58 -07:00
parent c120c4518b
commit 099fa25b86
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -140,7 +140,7 @@ jobs:
continue-on-error: true continue-on-error: true
clippy: clippy:
name: Clippy ${{matrix.dir}} name: Clippy
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
steps: steps: