From d5d284baa53f7edd7f1219e056b6412de350d8cb Mon Sep 17 00:00:00 2001 From: Igor Bari Date: Mon, 3 Jun 2024 12:13:21 +0200 Subject: [PATCH] add schedule --- .github/workflows/update_dependencies.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index d078840..d99a026 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -1,11 +1,11 @@ name: Update dependencies on: - push: - branches: - - main - # schedule: - # - cron: '7 0 * * 1' + # push: + # branches: + # - main + schedule: + - cron: '7 0 * * 1' concurrency: group: any