From 4fc9a641a1db8ebbdc8ad5ad1cd2a39be12d1444 Mon Sep 17 00:00:00 2001 From: ayukum-hyd Date: Mon, 29 Dec 2025 18:10:14 +0530 Subject: [PATCH] configure AWS runner for Armor Update run_armor workflow to use AWS self-hosted runners. Enable uploading artifacts generated during RUN-ARMOR workflow to an S3 location for secure storage and further processing. Signed-off-by: ayukum-hyd --- .github/workflows/armor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/armor.yml b/.github/workflows/armor.yml index e400b8d..70e7c13 100644 --- a/.github/workflows/armor.yml +++ b/.github/workflows/armor.yml @@ -28,7 +28,9 @@ permissions: jobs: RUN-ARMOR: - runs-on: ubuntu-22.04 + runs-on: + group: GHA-AudioReach-SelfHosted-RG + labels: [ self-hosted, audior-prd-u2204-x64-large-od-ephem ] steps: - uses: actions/checkout@v4 - name: Set event variables