ci: run Slack Mantis harness on GitHub runners · openclaw/openclaw@10725c9
steipete
·
2026-05-05
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -54,7 +54,7 @@ env:
|
54 | 54 | jobs: |
55 | 55 | authorize_actor: |
56 | 56 | name: Authorize workflow actor |
57 | | -runs-on: blacksmith-8vcpu-ubuntu-2404 |
| 57 | +runs-on: ubuntu-24.04 |
58 | 58 | steps: |
59 | 59 | - name: Require maintainer-level repository access |
60 | 60 | uses: actions/github-script@v8 |
@@ -78,7 +78,7 @@ jobs:
|
78 | 78 | validate_ref: |
79 | 79 | name: Validate candidate ref |
80 | 80 | needs: authorize_actor |
81 | | -runs-on: blacksmith-8vcpu-ubuntu-2404 |
| 81 | +runs-on: ubuntu-24.04 |
82 | 82 | outputs: |
83 | 83 | candidate_revision: ${{ steps.validate.outputs.candidate_revision }} |
84 | 84 | steps: |
@@ -132,7 +132,7 @@ jobs:
|
132 | 132 | run_slack_desktop: |
133 | 133 | name: Run Slack desktop smoke |
134 | 134 | needs: validate_ref |
135 | | -runs-on: blacksmith-8vcpu-ubuntu-2404 |
| 135 | +runs-on: ubuntu-24.04 |
136 | 136 | timeout-minutes: 180 |
137 | 137 | environment: qa-live-shared |
138 | 138 | steps: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。