From 97f69d966d82200ac7af3a8fb4523299d5702307 Mon Sep 17 00:00:00 2001 From: Nomads_Reach <144523850+NomadsReach@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:14:57 -0400 Subject: [PATCH] ops: expose deployment run on draft PR --- .github/workflows/ops-deploy-runner-fleet.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ops-deploy-runner-fleet.yml b/.github/workflows/ops-deploy-runner-fleet.yml index c5e929f..4683086 100644 --- a/.github/workflows/ops-deploy-runner-fleet.yml +++ b/.github/workflows/ops-deploy-runner-fleet.yml @@ -4,6 +4,9 @@ on: push: branches: - ops/deploy-runner-fleet-20260818 + pull_request: + branches: + - main workflow_dispatch: permissions: @@ -15,6 +18,7 @@ concurrency: jobs: deploy: + if: github.event_name != 'pull_request' || github.head_ref == 'ops/deploy-runner-fleet-20260818' runs-on: [self-hosted, Linux, X64, co-server] timeout-minutes: 30 steps: