ci(release): use github runner for npm release gate · openclaw/openclaw@64fc449
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -43,7 +43,7 @@ jobs:
|
43 | 43 | # so this public workflow can stay focused on OIDC publish only. |
44 | 44 | preflight_openclaw_npm: |
45 | 45 | if: ${{ inputs.preflight_only }} |
46 | | -runs-on: blacksmith-32vcpu-ubuntu-2404 |
| 46 | +runs-on: ubuntu-latest |
47 | 47 | permissions: |
48 | 48 | contents: read |
49 | 49 | steps: |
@@ -252,7 +252,7 @@ jobs:
|
252 | 252 | |
253 | 253 | validate_publish_request: |
254 | 254 | if: ${{ !inputs.preflight_only }} |
255 | | -runs-on: blacksmith-32vcpu-ubuntu-2404 |
| 255 | +runs-on: ubuntu-latest |
256 | 256 | permissions: |
257 | 257 | contents: read |
258 | 258 | steps: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。