mirror of https://github.com/llvm/torch-mlir
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
parent
3a2cd23380
commit
0374a6da4e
|
@ -1,6 +1,8 @@
|
||||||
name: Roll PyTorch
|
name: Roll PyTorch
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 12 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue