Skip to content

Commit acb45ef

Browse files
committed
use node004
1 parent 7a1cb93 commit acb45ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sta.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ on:
1010
jobs:
1111
run-sta-xiangshan:
1212
timeout-minutes: 2880
13-
runs-on: self-hosted
13+
runs-on: [self-hosted, node004]
1414

1515
steps:
16+
- name: Verify runner host
17+
run: |
18+
test "$(hostname)" = "node004"
19+
1620
- uses: actions/checkout@v4
1721

1822
- name: Prepare XiangShan

0 commit comments

Comments
 (0)