We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4602792 commit 559b200Copy full SHA for 559b200
.github/workflows/ci-pytorch-dockers.yml
@@ -24,7 +24,7 @@ concurrency:
24
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
25
26
env:
27
- PUSH_TO_HUB: ${{ github.event_name == 'schedule' }}
+ PUSH_TO_HUB: true
28
29
jobs:
30
build-pl:
0 commit comments