From 099fa25b86524f07d86852ea2de071e8dd2a653f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 6 May 2020 01:53:58 -0700 Subject: [PATCH] Fix unused matrix component in name of clippy job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79b65ad0..8dd366ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: continue-on-error: true clippy: - name: Clippy ${{matrix.dir}} + name: Clippy runs-on: ubuntu-latest if: github.event_name != 'pull_request' steps: