From 0374a6da4e60dd1596679a6b45f01bfe5591412e Mon Sep 17 00:00:00 2001 From: Ashay Rane Date: Wed, 12 Oct 2022 19:18:54 -0500 Subject: [PATCH] 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. --- .github/workflows/RollPyTorch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/RollPyTorch.yml b/.github/workflows/RollPyTorch.yml index 85cebda32..b30401480 100644 --- a/.github/workflows/RollPyTorch.yml +++ b/.github/workflows/RollPyTorch.yml @@ -1,6 +1,8 @@ name: Roll PyTorch on: + schedule: + - cron: '0 12 * * *' workflow_dispatch: jobs: