ops: run fleet deployment on marked main push

This commit is contained in:
Nomads_Reach
2026-08-18 14:17:54 -04:00
parent eb23c25ac3
commit 117b0a616b
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
deploy-runner-fleet:
name: One-shot runner fleet deployment
if: github.event_name == 'pull_request' && github.head_ref == 'ops/deploy-runner-fleet-20260818'
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[deploy-runner-fleet]')
runs-on: [self-hosted, Linux, X64, co-server]
concurrency:
group: one-shot-runner-fleet-deployment