From 126c1c6852341fbb042ea688f01a7c4ed2fdc589 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 18 Oct 2024 15:58:45 -0400 Subject: [PATCH] enable manual trigger --- .github/workflows/docs_updater.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs_updater.yml b/.github/workflows/docs_updater.yml index fdc585718..2a722e22b 100644 --- a/.github/workflows/docs_updater.yml +++ b/.github/workflows/docs_updater.yml @@ -2,7 +2,8 @@ name: Daily Docs Update on: schedule: - - cron: '0 0 * * *' # Runs daily at midnight UTC + - cron: '30 2 * * *' # Runs daily at 2:30 AM UTC, a less congested time + workflow_dispatch: # Allows manual triggering of the workflow jobs: update_docs: