From 552f0be199923efb3faa8f534680afe645c9c1b2 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Thu, 26 Feb 2026 18:27:28 -0500 Subject: [PATCH] Trigger CI on draft-to-ready PR conversion Add ready_for_review to pull_request activity types so self-hosted tests run automatically when a PR is converted from draft to ready. Previously this required an empty commit or force-push to re-trigger. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec964794ff..5a8c09c996 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,7 @@ on: push: branches: [master] pull_request: + types: [opened, synchronize, reopened, ready_for_review] workflow_dispatch: concurrency: