fix(ci): use ubuntu-act for checks setup and dispatch
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:36:20 -04:00
parent 442617983c
commit 2a22ff006b

View File

@@ -25,8 +25,8 @@ concurrency:
jobs:
setup:
name: Setup Checks Context
# Prefer the generic ubuntu-latest label for better runner availability.
runs-on: ubuntu-latest
# Use the same stable runner label as the check matrix jobs.
runs-on: ubuntu-act
timeout-minutes: 8
outputs:
head_sha: ${{ steps.meta.outputs.head_sha }}
@@ -319,8 +319,8 @@ jobs:
dispatch-tests:
name: Dispatch CICD Tests
# Prefer the generic ubuntu-latest label for better runner availability.
runs-on: ubuntu-latest
# Keep dispatch on the same runner pool as setup/check jobs.
runs-on: ubuntu-act
timeout-minutes: 15
needs: [setup, run-check]
steps: