From f9290384638f157246292a6a8151e50dda398e9f Mon Sep 17 00:00:00 2001 From: Leandro Lerena Date: Thu, 10 Oct 2024 15:34:19 +0200 Subject: [PATCH] run every 3 hours --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7855803..6add932 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,7 +7,7 @@ on: branches: ["main"] schedule: - - cron: '30 * * * *' # Runs at minute 0 of every hour (UTC) + - cron: '0 */3 * * *' # Runs every 3 hours repository_dispatch: types: [ trigger ] # You can specify a custom event type