From a840bf975bc15ee5f287ef482f0afdc3ec579c23 Mon Sep 17 00:00:00 2001 From: OG T Date: Sun, 22 Mar 2026 18:37:41 +0800 Subject: [PATCH] Revert "ci: temp switch to ubuntu-latest for initial test" This reverts commit 4bf0422363ff3c01a7707a960517ef925315566a. --- .github/workflows/deploy-prod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 39ba07af..bb866437 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -65,7 +65,7 @@ jobs: # =========================================================================== build: name: "Build Images" - runs-on: ubuntu-latest + runs-on: [self-hosted, harbor, k8s] outputs: image_tag: ${{ steps.meta.outputs.tag }} api_image: ${{ steps.meta.outputs.api_image }} @@ -134,7 +134,7 @@ jobs: deploy: name: "Deploy to K3s" needs: build - runs-on: ubuntu-latest + runs-on: [self-hosted, harbor, k8s] steps: - name: Checkout @@ -197,7 +197,7 @@ jobs: name: "Smoke Tests" needs: deploy if: ${{ !inputs.skip_tests }} - runs-on: ubuntu-latest + runs-on: [self-hosted, harbor, k8s] steps: - name: API Health Check @@ -235,7 +235,7 @@ jobs: name: "Send Notification" needs: [build, deploy, smoke-test] if: always() - runs-on: ubuntu-latest + runs-on: [self-hosted, harbor, k8s] steps: - name: Determine Status