Skip to content

Commit 1ebffc4

Browse files
update selfhost runner logic
1 parent 0f2917b commit 1ebffc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Don't run on forked repos
103103

104104
#runs-on: ["self-hosted", "Linux", "ppc64le"]
105-
runs-on: ${{ fromJson(inputs.runner) }}
105+
runs-on: ${{ inputs.runner_prefix}}${{ inputs.runner }}
106106

107107
timeout-minutes: 240
108108
outputs:

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
with:
4040
build-environment: linux-ppc64le-binary-manywheel
4141
docker-image-name: pytorch-ppc64le:ubi9.3
42-
runner: '["self-hosted", "Linux", "ppc64le"]'
42+
runner: 'self-hosted,Linux,ppc64le'

0 commit comments

Comments
 (0)