From cd5557d1445ee07a52f6609de29ab963abdbcf37 Mon Sep 17 00:00:00 2001 From: Marc Hanheide Date: Thu, 29 Jan 2026 13:32:25 +0000 Subject: [PATCH] Enable scheduled workflow for weekly runs --- .github/workflows/uoa11-figshare-processing.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/uoa11-figshare-processing.yaml b/.github/workflows/uoa11-figshare-processing.yaml index 78b8e9f..0712a28 100644 --- a/.github/workflows/uoa11-figshare-processing.yaml +++ b/.github/workflows/uoa11-figshare-processing.yaml @@ -11,11 +11,11 @@ on: options: - 'true' - 'false' - # schedule: - # - cron: "30 */12 * * *" - # push: - # branches: - # - main + schedule: + - cron: "30 */12 * * 0" + push: + branches: + - main pull_request: branches: - main