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
+1 -1
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: