Skip to content

Commit 559b200

Browse files
committed
PUSH_TO_HUB
1 parent 4602792 commit 559b200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pytorch-dockers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
2525

2626
env:
27-
PUSH_TO_HUB: ${{ github.event_name == 'schedule' }}
27+
PUSH_TO_HUB: true
2828

2929
jobs:
3030
build-pl:

0 commit comments

Comments
 (0)