From 40236d4becaebb4a75f65ee62d9d066918e030e2 Mon Sep 17 00:00:00 2001 From: Alex Freska Date: Tue, 14 May 2024 10:28:32 -0400 Subject: [PATCH] ci: daemons update cron --- .github/workflows/daemons-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/daemons-update.yml b/.github/workflows/daemons-update.yml index 7845bcb..118461a 100644 --- a/.github/workflows/daemons-update.yml +++ b/.github/workflows/daemons-update.yml @@ -3,6 +3,8 @@ name: Update daemons PR concurrency: daemons-update on: + schedule: + - cron: '0 */6 * * *' # Every 6 hours repository_dispatch: types: [daemons-update] # Enable manual trigger