Skip to content

Commit

Permalink
Check manual dependencies monthly only.
Browse files Browse the repository at this point in the history
  • Loading branch information
GollyTicker authored Sep 13, 2023
1 parent c0ee0ea commit d9c7f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-manual-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check manual dependencies

on:
schedule:
- cron: "25 3 * * 2" # weekly: tuesdays at 3:25
- cron: "25 3 4 * *" # monthly: At 03:25 on day-of-month 4
workflow_dispatch: # Allow manual run

jobs:
Expand Down

0 comments on commit d9c7f1c

Please sign in to comment.