Skip to content

Commit af17cd9

Browse files
committed
Fix for reference
1 parent 5d9b966 commit af17cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-m1-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "CHANNEL=test" >> "$GITHUB_ENV"
3434
fi
3535
- name: Set Release CHANNEL (for release)
36-
if: ${{ (github.event_name == 'pull_request' && startsWith(github.base_ref, 'release')) || startsWith(github.ref, 'release') }}
36+
if: ${{ (github.event_name == 'pull_request' && startsWith(github.base_ref, 'release')) || startsWith(github.ref, 'refs/heads/release') }}
3737
run: |
3838
echo "CHANNEL=test" >> "$GITHUB_ENV"
3939
- name: Build TorchVision M1 wheel

0 commit comments

Comments
 (0)