ci: route self-hosted jobs to aws-india runner label

This commit is contained in:
Chummy
2026-02-26 06:27:09 +00:00
committed by Chum Yin
parent 570722f0e6
commit de1ce5138b
31 changed files with 64 additions and 64 deletions
+3 -3
View File
@@ -47,7 +47,7 @@ env:
jobs:
prepare:
name: Prepare Release Context
runs-on: self-hosted
runs-on: [self-hosted, aws-india]
outputs:
release_ref: ${{ steps.vars.outputs.release_ref }}
release_tag: ${{ steps.vars.outputs.release_tag }}
@@ -378,7 +378,7 @@ jobs:
verify-artifacts:
name: Verify Artifact Set
needs: [prepare, build-release]
runs-on: self-hosted
runs-on: [self-hosted, aws-india]
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
@@ -439,7 +439,7 @@ jobs:
name: Publish Release
if: needs.prepare.outputs.publish_release == 'true'
needs: [prepare, verify-artifacts]
runs-on: self-hosted
runs-on: [self-hosted, aws-india]
timeout-minutes: 45
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4