Skip to content

Commit

Permalink
ci: re-enable auto execution of the RollPyTorch action (llvm#1488)
Browse files Browse the repository at this point in the history
Now that the RollPyTorch action seems to have become stable, this patch
enables that action to be run at around 4am Pacific Time every day.
  • Loading branch information
ashay authored Oct 13, 2022
1 parent 3a2cd23 commit 0374a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/RollPyTorch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Roll PyTorch

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

jobs:
Expand Down

0 comments on commit 0374a6d

Please sign in to comment.