diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d54dcc4c6..233c1d644 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -37,7 +37,7 @@ jobs: test-env: 'prod' secrets: inherit build: - needs: ['test-prod'] + # needs: ['test-prod'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4