Skip to content

Commit 1c55f61

Browse files
committed
Update test-infra references from main to release branch
1 parent c96f2dd commit 1c55f61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
generate-matrix:
26-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
26+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.14
2727
with:
2828
package-type: wheel
2929
os: linux
@@ -39,15 +39,15 @@ jobs:
3939
permissions:
4040
id-token: write
4141
contents: read
42-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
42+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.14
4343
with:
4444
# Set the ref to an empty string instead of the default nightly because
4545
# torchao doesn't have nightly branch setup yet, instead the build is
4646
# triggered daily from main with a schedule
4747
repository: pytorch/ao
4848
ref: ""
4949
test-infra-repository: pytorch/test-infra
50-
test-infra-ref: main
50+
test-infra-ref: torchao-release0.14
5151
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5252
env-var-script: packaging/env_var_script_linux.sh
5353
pre-script: packaging/pre_build_script.sh

0 commit comments

Comments
 (0)