Skip to content

Commit ff8de10

Browse files
authored
Remove ref from validate-quick-start-module.yml
As ref was removed from pytorch/builder/.github/workflows/validate-binaries.yml in pytorch/builder#1999
1 parent c324c35 commit ff8de10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/validate-quick-start-module.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ jobs:
2222
with:
2323
os: all
2424
channel: "nightly"
25-
ref: main
2625
validate-release-binaries:
2726
if: always()
2827
uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
2928
needs: validate-nightly-binaries
3029
with:
3130
os: all
3231
channel: "release"
33-
ref: main

0 commit comments

Comments
 (0)