From 0690ecacd8ad277103c8ae6421797abe658c542d Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 31 Dec 2023 13:47:56 +0100 Subject: [PATCH] debugging CI --- .github/workflows/fetch_dependencies.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index 16a06fa..792aa4f 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -1,13 +1,8 @@ name: Fetch Dependencies on: - push: - paths-ignore: - - '.gitignore' - - 'LICENSE' - - 'README.md' - # schedule: - # - cron: '0 0 * * *' # Run daily + schedule: + - cron: '0 0 * * *' # Run daily jobs: update-dependencies: