diff --git a/.github/workflows/deploy_react.yml b/.github/workflows/deploy_react.yml index 44a20818..3ec7d64a 100644 --- a/.github/workflows/deploy_react.yml +++ b/.github/workflows/deploy_react.yml @@ -30,7 +30,7 @@ jobs: permissions: packages: write contents: read - needs: ["test", "lint"] + needs: [lint] steps: - uses: actions/checkout@v4 - name: Set Node.js 20.x