Skip to content

Commit bd1c808

Browse files
authored
Merge pull request pytorch#1235 from atalman/validate_small_refactor
Make release validation always run after nightly validation
2 parents 710fec7 + 8416d78 commit bd1c808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
channel: "nightly"
2525
ref: main
2626
validate-release-binaries:
27+
if: always()
2728
uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
2829
needs: validate-nightly-binaries
2930
with:

0 commit comments

Comments
 (0)