From 263de8831555be1b476c76d31325c8bda3ceb271 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Thu, 8 Dec 2022 11:15:57 +0100 Subject: [PATCH] Update workflow_updater.yaml --- .github/workflows/workflow_updater.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow_updater.yaml b/.github/workflows/workflow_updater.yaml index 1982abb..2218d00 100644 --- a/.github/workflows/workflow_updater.yaml +++ b/.github/workflows/workflow_updater.yaml @@ -4,8 +4,7 @@ name: GitHub Actions Version Updater on: schedule: # Automatically run on every Sunday - - cron: '0 0 * * 0' - - cron: '*/5 * * * *' + - cron: '0 0 * * *' jobs: build: