Skip to content

Commit

Permalink
change to every monday as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Feb 1, 2024
1 parent ab3291f commit 95dc6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Packages Update Check

on:
schedule:
# Run at UTC 00:00 Mon-Fri
- cron: '0 0 * * 1-5'
# Run at UTC 00:00 Mon
- cron: '0 0 * * 1'

jobs:
check-PyPI:
Expand Down

0 comments on commit 95dc6f7

Please sign in to comment.