From af63c7bb67969c088913b02f9dee02017945915d Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:20:05 +0200 Subject: [PATCH] removed cron job for script to auto-run --- .github/workflows/data-refresh.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/data-refresh.yml b/.github/workflows/data-refresh.yml index 6657157..d5934ba 100644 --- a/.github/workflows/data-refresh.yml +++ b/.github/workflows/data-refresh.yml @@ -3,9 +3,7 @@ name: W3PN data refresh # Run to refresh the event images, speaker images, and generating the thumbs for them on: - schedule: - - cron: '0 0 1 * *' - workflow_run: + workflow_run: workflows: ["Synchronize data"] types: - completed