From f45b16be648629bbb1e90264ff3655c03aeecaa6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 23 Aug 2022 09:26:00 -0700 Subject: [PATCH] update every 12 hours --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a6ab81f..7ccffba 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,7 @@ name: update-sources on: schedule: - - cron: '0 0 * * *' + - cron: '0 */12 * * *' workflow_dispatch: jobs: update-sources: