diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6539f25..f3ac78e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,6 @@ jobs: run: | echo "${{ toJSON(github.event.pull_request) }}" >> pr.json echo "pr_number=$(jq -r '.number' pr.json)" >> $GITHUB_ENV - if: ${{ steps.release.outputs.prs_created }} if: ${{ steps.release.outputs.prs_created }} - name: Checkout PR code uses: actions/checkout@v4