We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2917b commit 1ebffc4Copy full SHA for 1ebffc4
.github/workflows/_linux-build.yml
@@ -102,7 +102,7 @@ jobs:
102
# Don't run on forked repos
103
104
#runs-on: ["self-hosted", "Linux", "ppc64le"]
105
- runs-on: ${{ fromJson(inputs.runner) }}
+ runs-on: ${{ inputs.runner_prefix}}${{ inputs.runner }}
106
107
timeout-minutes: 240
108
outputs:
.github/workflows/ppc64le.yml
@@ -39,4 +39,4 @@ jobs:
39
with:
40
build-environment: linux-ppc64le-binary-manywheel
41
docker-image-name: pytorch-ppc64le:ubi9.3
42
- runner: '["self-hosted", "Linux", "ppc64le"]'
+ runner: 'self-hosted,Linux,ppc64le'
0 commit comments