Skip to content

Commit

Permalink
ci: delay RollPyTorch action by 1 hour to use latest torchvision pack…
Browse files Browse the repository at this point in the history
…age (llvm#1603)

The upload timestamp of the nightly torchvision package has drifted
beyond the scheduled time of the RollPyTorch action because of the time
change due to daylight saving.  As a result, the RollPyTorch action now
picks the torchvision package from a day earlier instead of the most
recent package.

This patch schedules the RollPyTorch action to start one hour later than
before so that it continues to pick the most recent nightly package.
  • Loading branch information
ashay authored Nov 23, 2022
1 parent f3f2f10 commit 4eead74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RollPyTorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Roll PyTorch

on:
schedule:
- cron: '0 12 * * *'
- cron: '0 13 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4eead74

Please sign in to comment.