From d32ced4c206e0f1cd915d13ee3646f60a043b318 Mon Sep 17 00:00:00 2001 From: Wise Date: Thu, 10 Oct 2024 11:52:30 +0200 Subject: [PATCH] Update schuldedWorkflow.yml --- .github/workflows/schuldedWorkflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schuldedWorkflow.yml b/.github/workflows/schuldedWorkflow.yml index b7c0190..e9372d0 100644 --- a/.github/workflows/schuldedWorkflow.yml +++ b/.github/workflows/schuldedWorkflow.yml @@ -2,7 +2,7 @@ name: Scheduled workflow on: schedule: - - cron: '*/5 * * * *' + - cron: '0 13 * * *' workflow_dispatch: jobs: @@ -66,4 +66,4 @@ jobs: cp "$RUNNER_TEMP/master_public.tar" "master_public.tar" git add master_public.tar git commit -m "Add new master_public.tar" - git push \ No newline at end of file + git push