diff --git a/.github/workflows/build_linux_wheels.yaml b/.github/workflows/build_linux_wheels.yaml index 7b30a64ad6..b0a7bac2a4 100644 --- a/.github/workflows/build_linux_wheels.yaml +++ b/.github/workflows/build_linux_wheels.yaml @@ -9,6 +9,7 @@ on: # NOTE: Binary build pipelines should only get triggered on release candidate builds # Release candidate tags look like: v1.11.0-rc1 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ + pull_request: workflow_dispatch: permissions: @@ -36,6 +37,8 @@ jobs: with: repository: pytorch/torchtune ref: "" + test-infra-repository: pytorch/test-infra + test-infra-ref: main package-name: torchtune build-matrix: ${{ needs.generate-matrix.outputs.matrix }} pre-script: .github/scripts/pre_build_script.sh