ci: release depends on lint, tidy and test

This commit is contained in:
2022-12-05 00:00:58 +00:00
parent 5890256a45
commit bf5d7b709e

View File

@@ -142,7 +142,7 @@ jobs:
auto-push: true
release-please:
needs: [test]
needs: [lint, tidy, test]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps: