diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aad3ab4ab..95e4cd5234 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,7 @@ jobs: if: github.event_name == 'push' runs-on: ubuntu-latest environment: production + needs: Test steps: - name: Checkout code uses: actions/checkout@v3