diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a9919de3..b6cdedec 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,7 +34,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} test: - needs: [lint, lint-conventional-pr] + # needs: [lint, lint-conventional-pr] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4