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:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
name: Setup Checks Context
|
name: Setup Checks Context
|
||||||
# Prefer the generic ubuntu-latest label for better runner availability.
|
# Use the same stable runner label as the check matrix jobs.
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-act
|
||||||
timeout-minutes: 8
|
timeout-minutes: 8
|
||||||
outputs:
|
outputs:
|
||||||
head_sha: ${{ steps.meta.outputs.head_sha }}
|
head_sha: ${{ steps.meta.outputs.head_sha }}
|
||||||
@@ -319,8 +319,8 @@ jobs:
|
|||||||
|
|
||||||
dispatch-tests:
|
dispatch-tests:
|
||||||
name: Dispatch CICD Tests
|
name: Dispatch CICD Tests
|
||||||
# Prefer the generic ubuntu-latest label for better runner availability.
|
# Keep dispatch on the same runner pool as setup/check jobs.
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-act
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
needs: [setup, run-check]
|
needs: [setup, run-check]
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user