Skip to content

Commit 81ac80c

Browse files
update selfhost runner logic1
1 parent e0f686b commit 81ac80c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/_linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
strategy:
118118
matrix:
119119
runner:
120-
- { type: ppc64le, labels: 'self-hosted, linux, ppc64le' }
121-
- { type: default, labels: '${{ inputs.runner_prefix }} ${{ inputs.runner }}' }
120+
- { type: ppc64le, labels: '[self-hosted, linux, ppc64le]' }
121+
- { type: default, labels: '[${{ inputs.runner_prefix }} ${{ inputs.runner }}]' }
122122

123123
steps:
124124

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
linux-ppc64le-docker-image-build:
1717
name: Build docker image for ppc64le
18-
runs-on: [self-hosted, linux, ppc64le]
18+
runs-on: pytorch-runner
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)