ops: attach runner fleet deployment job

This commit is contained in:
Nomads_Reach
2026-08-18 14:16:24 -04:00
parent 557f5e867e
commit 1bcc564c03
+17
View File
@@ -51,3 +51,20 @@ jobs:
- name: Verify published entrypoint
working-directory: server
run: test -f publish/linux-x64/CommonwealthOnline.Server.dll
deploy-runner-fleet:
name: One-shot runner fleet deployment
if: github.event_name == 'pull_request' && github.head_ref == 'ops/deploy-runner-fleet-20260818'
runs-on: [self-hosted, Linux, X64, co-server]
concurrency:
group: one-shot-runner-fleet-deployment
cancel-in-progress: false
timeout-minutes: 30
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
with:
persist-credentials: false
- name: Deploy scheduler and runner fleet
shell: bash
run: bash .github/ops/deploy-runner-fleet.sh