From 3b526c608259e781e6a988fe3cc98ead17cb164c Mon Sep 17 00:00:00 2001 From: Iqbal Date: Fri, 6 Mar 2026 13:22:46 +0700 Subject: [PATCH] chore: switch deployment workflows to ubicloud runner Replace BuildJet runner labels in stage and production workflows with ubicloud-standard-2 for consistency with the new CI/CD runner setup. Made-with: Cursor --- .github/workflows/production.yml | 2 +- .github/workflows/stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 42c866d..2a6cd6a 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -12,7 +12,7 @@ on: jobs: deploy_cloud_function: name: Deploy Cloud Function - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubicloud-standard-2 steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.1 diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index f47a86e..20c54b5 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -12,7 +12,7 @@ on: jobs: deploy_cloud_function: name: Deploy Cloud Function - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubicloud-standard-2 steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.1