Skip to content

Commit 1909414

Browse files
committed
fix for changed job name
1 parent d82558b commit 1909414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ci:
1111
name: CI
1212
runs-on: ubuntu-latest
13-
needs: [check, ci-linux, ci-clippy, ci-serde]
13+
needs: [check, ci-linux, ci-docs-clippy, ci-serde]
1414
if: always()
1515
steps:
1616
- name: Done

0 commit comments

Comments
 (0)