From 8258affc22b8106974c4e67cdda7a8be70001c90 Mon Sep 17 00:00:00 2001 From: Nomads_Reach <144523850+NomadsReach@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:33:48 -0400 Subject: [PATCH] ops: restore Gitea sync workflow after deployment attempt --- .github/workflows/open-gitea-pr.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/open-gitea-pr.yml b/.github/workflows/open-gitea-pr.yml index b731a09..78ff0d5 100644 --- a/.github/workflows/open-gitea-pr.yml +++ b/.github/workflows/open-gitea-pr.yml @@ -7,11 +7,9 @@ on: permissions: contents: read - issues: write jobs: open-gitea-pr: - if: github.event_name != 'push' || !contains(github.event.head_commit.message, '[deploy-runner-fleet-sync]') runs-on: [self-hosted, Linux, X64, co-server-sync] steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 @@ -85,22 +83,3 @@ jobs: echo "::error::Unexpected Gitea response (${http_code})." exit 1 fi - - deploy-runner-fleet: - name: One-shot runner fleet deployment via sync runner - if: github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[deploy-runner-fleet-sync]') - runs-on: [self-hosted, Linux, X64, co-server-sync] - concurrency: - group: one-shot-runner-fleet-deployment-sync - cancel-in-progress: false - timeout-minutes: 30 - steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 - with: - persist-credentials: false - - - name: Deploy scheduler and runner fleet - shell: bash - env: - GH_STATUS_TOKEN: ${{ github.token }} - run: bash .github/ops/deploy-runner-fleet.sh