From 12830267295adb857e97f57ebb5539b9d213ed3a Mon Sep 17 00:00:00 2001 From: hartsock Date: Fri, 17 Jul 2026 00:22:18 +0000 Subject: [PATCH] ci: route Linux CI to in-home ARC runner via GMF_LINUX_RUNNER Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/security-audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 312a1a6..bdf8b97 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -13,7 +13,7 @@ permissions: jobs: secret-scan: name: gitleaks secret scan - runs-on: ubuntu-latest + runs-on: ${{ vars.GMF_LINUX_RUNNER || 'ubuntu-latest' }} steps: - uses: actions/checkout@v5 with: @@ -31,7 +31,7 @@ jobs: internal-specifics: name: internal-specifics linter - runs-on: ubuntu-latest + runs-on: ${{ vars.GMF_LINUX_RUNNER || 'ubuntu-latest' }} steps: - uses: actions/checkout@v5 - name: Run internal-specifics linter