From ea86d570c4210620c5546dbff60bf5edde5a3189 Mon Sep 17 00:00:00 2001 From: sudoforge Date: Mon, 22 Jul 2024 20:06:49 -0700 Subject: feat: allow for manual execution of workflow: cron This is a temporary change, that will be reverted later, simply to play catch-up with the backlog of items that are stale, but not marked as such. --- .github/workflows/cron.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 94ce593c..8ff477cc 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -1,6 +1,7 @@ name: cron on: + workflow_dispatch: schedule: - cron: '0 0 * * *' # every day at 00:00 -- cgit