From 9c3f3d85f3451cf83aac57ef4721eb2aab95ff06 Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Wed, 7 Feb 2024 09:54:32 -0800 Subject: [PATCH] Add manual triggering --- .github/workflows/sync-notebooks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-notebooks.yml b/.github/workflows/sync-notebooks.yml index 81170b2..02dff1e 100644 --- a/.github/workflows/sync-notebooks.yml +++ b/.github/workflows/sync-notebooks.yml @@ -3,6 +3,7 @@ name: Sync Notebooks Folder on: schedule: - cron: '0 0 * * 0' # Runs at 00:00 every Sunday + workflow_dispatch: jobs: sync-notebooks: