ci: avoid scarce runners for node fanout · openclaw/openclaw@7130e56
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -452,7 +452,7 @@ jobs:
|
452 | 452 | contents: read |
453 | 453 | needs: [preflight] |
454 | 454 | if: needs.preflight.outputs.run_build_artifacts == 'true' |
455 | | -runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }} |
| 455 | +runs-on: ubuntu-24.04 |
456 | 456 | timeout-minutes: 20 |
457 | 457 | outputs: |
458 | 458 | channels-result: ${{ steps.built_artifact_checks.outputs['channels-result'] }} |
@@ -913,7 +913,7 @@ jobs:
|
913 | 913 | name: ${{ matrix.check_name }} |
914 | 914 | needs: [preflight] |
915 | 915 | if: needs.preflight.outputs.run_checks_fast == 'true' |
916 | | -runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }} |
| 916 | +runs-on: ubuntu-24.04 |
917 | 917 | timeout-minutes: 60 |
918 | 918 | strategy: |
919 | 919 | fail-fast: false |
@@ -1036,7 +1036,7 @@ jobs:
|
1036 | 1036 | name: checks-node-compat-node22 |
1037 | 1037 | needs: [preflight] |
1038 | 1038 | if: needs.preflight.outputs.run_node == 'true' && github.event_name == 'push' |
1039 | | -runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }} |
| 1039 | +runs-on: ubuntu-24.04 |
1040 | 1040 | timeout-minutes: 60 |
1041 | 1041 | steps: |
1042 | 1042 | - name: Checkout |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。