From 307270532f4b43cd5bc87586bedbce7311869233 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sat, 19 Oct 2024 10:51:33 +0200 Subject: [PATCH] fetching deps once a week --- .github/workflows/fetch_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index f9e1311..76c6f3d 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -2,7 +2,7 @@ name: Fetch Dependencies on: schedule: - - cron: '0 0 * * *' # Runs daily + - cron: '0 0 * * 0' # Runs weekly jobs: update-dependencies: