fix(ci): remove draft check from PR RC workflow
Branch Policy Check / Verify merge target (pull_request) Successful in 1s

Gitea Actions may not evaluate github.event.pull_request.draft
correctly, preventing the workflow from triggering entirely.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-05-24 23:26:13 -05:00
parent 3159d53322
commit 45e08616ac
-2
View File
@@ -22,8 +22,6 @@ jobs:
rc-release:
name: Build RC Release
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout PR branch
uses: actions/checkout@v4