Skip to content

Commit c9aa7e8

Browse files
committed
testing
1 parent 0292c52 commit c9aa7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/validate-binary/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
- name: Execute Call to worker
5050
uses: ${{ inputs.uses_job }}
5151
with:
52-
runner: ${{ inputs.validation_runner }}
52+
runner: pytorch/test-infra/.github/workflows/${{input.target_os}}_job.yml@main
5353
repository: "pytorch/builder"
5454
ref: ${{ inputs.ref || github.ref }}
5555
job-name: ${{ inputs.build_name }}

0 commit comments

Comments
 (0)