diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e289c27..a9a14b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,7 +211,6 @@ jobs: if: | (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) - needs: parse steps: - name: Checkout repository uses: actions/checkout@v4