We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc9c37 commit 7ff2cccCopy full SHA for 7ff2ccc
1 file changed
.github/workflows/ci.yml
@@ -850,7 +850,7 @@ jobs:
850
name: ${{ matrix.check_name }}
851
needs: [preflight]
852
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') }}
+ runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && (matrix.runner || 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-24.04') }}
854
timeout-minutes: 60
855
strategy:
856
fail-fast: false
0 commit comments