Skip to content

Commit

Permalink
chore: change schedule time to be before our week starts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Feb 19, 2024
1 parent e922ce5 commit 1c0305d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Yarn Upgrade

on:
schedule:
# Every monday at 13:37 UTC
- cron: 37 13 * * 1
# At 04:04 every Monday
- cron: 4 4 * * 1
workflow_dispatch: {}

# We special-case @types/node because we want to stay on the current major (minimum supported node release)
Expand Down

0 comments on commit 1c0305d

Please sign in to comment.