fix(ci): standardize CICD launcher/tests on ubuntu-act
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 21s

This commit is contained in:
copilotcoder
2026-06-16 16:39:18 -04:00
parent 2a22ff006b
commit 117bd2cd89
2 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@ concurrency:
jobs:
setup:
name: Setup Tests Context
# Prefer the generic ubuntu-latest label for better runner availability.
runs-on: ubuntu-latest
# Use the same stable runner label as the test jobs.
runs-on: ubuntu-act
timeout-minutes: 8
outputs:
head_sha: ${{ steps.meta.outputs.head_sha }}

View File

@@ -14,8 +14,8 @@ concurrency:
jobs:
launch:
name: Launch CICD Start
# Lightweight dispatch-only job; avoid dependency on ubuntu-act image startup.
runs-on: ubuntu-latest
# Use the same stable runner pool as the rest of CICD.
runs-on: ubuntu-act
timeout-minutes: 8
steps:
- name: Configure registry host resolution