diff --git a/.github/workflows/pytorch-latest-release.yml b/.github/workflows/pytorch-latest-release.yml index 7406a21078..584ef8866b 100644 --- a/.github/workflows/pytorch-latest-release.yml +++ b/.github/workflows/pytorch-latest-release.yml @@ -1,7 +1,7 @@ name: Get latest PyTorch release version on: schedule: - - cron: '4 13 * * 2' + - cron: '25 14 * * 2' permissions: contents: write jobs: