Skip to content

Commit

Permalink
chore(updates): change cron to 0 21 * * 0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 11, 2020
1 parent eb3d71a commit 93ff47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Weekly Dependency Bumps
on:
schedule:
- cron: '0 21 * * 7'
- cron: '0 21 * * 0'

jobs:
upgrade-dependencies:
Expand Down

0 comments on commit 93ff47c

Please sign in to comment.