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 0292c52 commit c9aa7e8Copy full SHA for c9aa7e8
.github/actions/validate-binary/action.yml
@@ -49,7 +49,7 @@ runs:
49
- name: Execute Call to worker
50
uses: ${{ inputs.uses_job }}
51
with:
52
- runner: ${{ inputs.validation_runner }}
+ runner: pytorch/test-infra/.github/workflows/${{input.target_os}}_job.yml@main
53
repository: "pytorch/builder"
54
ref: ${{ inputs.ref || github.ref }}
55
job-name: ${{ inputs.build_name }}
0 commit comments