This commit is contained in:
parent
820293e3b3
commit
43c2ad8184
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
ci:
|
ci:
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
# all new jobs must be added to this list
|
# all new jobs must be added to this list
|
||||||
needs: [check, fmt, clippy]
|
needs: [check, fmt] # , clippy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: CI succeeded
|
- name: CI succeeded
|
||||||
|
Reference in New Issue
Block a user