From b0684349f29156bd57e8f1dadf39cccbe3bc9bb4 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Fri, 1 Mar 2024 15:31:08 -0500 Subject: [PATCH] comment 'schedule' to stop confusing GH actions --- .github/workflows/template-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-sync.yaml b/.github/workflows/template-sync.yaml index 32ee77e..6a6f9b9 100644 --- a/.github/workflows/template-sync.yaml +++ b/.github/workflows/template-sync.yaml @@ -3,7 +3,7 @@ description: 'Get updates to the Jupyterbook from the template repo' on: # cronjob trigger (minute, hour, day, month, day-of-week; here 1st of month) - schedule: + # schedule: # - cron: "0 0 1 * *" # manual trigger workflow_dispatch: