diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f9c46d..dce6a0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: