Skip to content

Commit 7ff2ccc

Browse files
committed
ci: route QA smoke to 16 vCPU runner
1 parent 6bc9c37 commit 7ff2ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ jobs:
850850
name: ${{ matrix.check_name }}
851851
needs: [preflight]
852852
if: needs.preflight.outputs.run_checks_fast_core == 'true'
853-
runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}
853+
runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && (matrix.runner || 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-24.04') }}
854854
timeout-minutes: 60
855855
strategy:
856856
fail-fast: false

0 commit comments

Comments
 (0)