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
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 21s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user