diff --git a/.github/workflows/ci-pytorch-dockers.yml b/.github/workflows/ci-pytorch-dockers.yml index 2b106c7d33f56..188481472b7cf 100644 --- a/.github/workflows/ci-pytorch-dockers.yml +++ b/.github/workflows/ci-pytorch-dockers.yml @@ -24,7 +24,7 @@ concurrency: cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }} env: - PUSH_TO_HUB: ${{ github.event_name == 'schedule' }} + PUSH_TO_HUB: true jobs: build-pl: