fix(runner): align workflows to non110 labels
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user