Skip to content

Commit bae8bb3

Browse files
committed
Simplify CI job dependencies
Replace fmt and clippy jobs with combined checks job.
1 parent 1b8bf3e commit bae8bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
ci-success:
7272
name: CI success
7373
if: ${{ always() }}
74-
needs: [fmt, clippy, test, build]
74+
needs: [checks, test, build]
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Check job results

0 commit comments

Comments
 (0)