ci: re-enable auto execution of the RollPyTorch action (#1488)

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.
pull/1494/head snapshot-20221013.625
Ashay Rane 2022-10-12 19:18:54 -05:00 committed by GitHub
parent 3a2cd23380
commit 0374a6da4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: Roll PyTorch name: Roll PyTorch
on: on:
schedule:
- cron: '0 12 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs: