We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ff77c commit bf579b8Copy full SHA for bf579b8
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
name: All checks succeeded
80
if: success()
81
runs-on: ubuntu-latest
82
- needs: [check, msrv, test, check-format, doc, semver-checks]
+ needs: [check, msrv, test, check-format, doc]
83
steps:
84
- name: Mark the job as successful
85
run: exit 0
0 commit comments