Skip to content

Commit e9bcabf

Browse files
committed
changed to use self hosted runner
1 parent 7f625da commit e9bcabf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-rancher.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ on:
99

1010
jobs:
1111
test-rancher:
12-
runs-on: ubuntu-latest
12+
runs-on:
13+
- runs-on
14+
- spot=false
15+
- runner=8cpu-linux-arm64
16+
- run-id=${{ github.run_id }}
1317
steps:
1418
- name: Checkout repository
1519
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0

0 commit comments

Comments
 (0)