From 84ee974ce537c5ba9a218120da3acc38a72e9052 Mon Sep 17 00:00:00 2001 From: Tim Kelty Date: Mon, 16 May 2022 22:05:59 -0400 Subject: [PATCH] cron --- .github/workflows/update-and-reseed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-and-reseed.yml b/.github/workflows/update-and-reseed.yml index 3d0c4247..39d099f4 100644 --- a/.github/workflows/update-and-reseed.yml +++ b/.github/workflows/update-and-reseed.yml @@ -2,8 +2,8 @@ name: Update dependencies and reseed on: workflow_dispatch: -# schedule: -# - cron: "0 */12 * * *" + schedule: + - cron: "0 */12 * * *" jobs: update_and_reseed: