fix(runner): align workflows to non110 labels

This commit is contained in:
Your Name
2026-06-28 21:14:06 +08:00
parent 666454212a
commit b754e8a1a4
14 changed files with 88 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ jobs:
# `[skip ci]`; `cancel-stale-cd` is a controlled no-op trigger. Skip both
# at job level to avoid queued runner churn.
if: ${{ github.event_name != 'push' || (!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, 'cancel-stale-cd')) }}
runs-on: awoooi-ubuntu
runs-on: awoooi-non110-ubuntu
timeout-minutes: 8
steps:
- uses: actions/checkout@v4