Skip to content

Commit

Permalink
fix job definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed May 30, 2024
1 parent 8efc684 commit 24414ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24414ff

Please sign in to comment.