Reduce job frequency in `update-deps.yml`

This commit is contained in:
Max Desiatov 2020-11-19 15:20:01 +00:00 committed by GitHub
parent fd35bfd5df
commit b56e3058c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Update dependencies
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 0"
jobs:
update-dependencies:
runs-on: ubuntu-20.04