From 24414ffdce2f625dc55e6bfc3fbb6883e918a44f Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Thu, 30 May 2024 18:15:06 +0200 Subject: [PATCH] fix job definition --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 46ea7da..babe19c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -85,7 +85,7 @@ jobs: name: lint success runs-on: ubuntu-latest if: always() - needs: [clippy-binaries, clippy, crate-checks, docs, fmt] + needs: [clippy, crate-checks, docs, fmt] timeout-minutes: 30 steps: - name: Decide whether the needed jobs succeeded or failed