ci: try blacksmith preflight runner

This commit is contained in:
Peter Steinberger
2026-04-24 18:20:36 +01:00
parent 78a431ed22
commit e35e6e1d15

View File

@@ -26,7 +26,7 @@ jobs:
permissions:
contents: read
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-24.04
runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
timeout-minutes: 20
outputs:
docs_only: ${{ steps.manifest.outputs.docs_only }}