Apply suggestion from @CommanderStorm

This commit is contained in:
Frank Elsinga 2026-01-14 16:45:19 +01:00 committed by GitHub
parent 4021fc7134
commit 45b7caa7d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,8 @@ jobs:
run: |
gh pr ready "${{ github.event.pull_request.number }}" \
--repo "${{ github.repository }}" \
--undo
--undo || true
# || true to ignore the case where the pr is already a draft
ready-for-review:
runs-on: ubuntu-latest