Skip to content

Commit cba1c01

Browse files
authored
[Nova] Fix Refs in Build Workflow to use Default GitHub Ref (#6863)
1 parent be3f120 commit cba1c01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-conda-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
conda-package-directory: ${{ matrix.conda-package-directory }}
3434
repository: ${{ matrix.repository }}
35+
ref: ""
3536
test-infra-repository: pytorch/test-infra
3637
test-infra-ref: main
3738
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}

0 commit comments

Comments
 (0)