Fix CI
This commit is contained in:
parent
ef5c22972b
commit
2de33946c2
3
.github/workflows/dist.yml
vendored
3
.github/workflows/dist.yml
vendored
@ -71,7 +71,8 @@ jobs:
|
||||
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check, check-doc, test]
|
||||
#needs: [check, check-doc, test]
|
||||
needs: [check, test]
|
||||
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user