From 3429a979b7e0e9966b58c94308ba6a6b989be2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Mon, 15 Jul 2024 12:06:41 +0200 Subject: [PATCH] Change from daily to weekly --- .github/workflows/update_datasets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_datasets.yml b/.github/workflows/update_datasets.yml index 3597daf6..164617e8 100644 --- a/.github/workflows/update_datasets.yml +++ b/.github/workflows/update_datasets.yml @@ -2,7 +2,7 @@ name: Update Datasets and Create PR on: schedule: - - cron: '0 2 * * *' # Runs at 02:00 UTC every day + - cron: '0 2 * * 7' # Runs at 02:00 UTC every Sunday workflow_dispatch: # This line enables manual triggering of the workflow jobs: