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