Skip to content

Commit

Permalink
Update crontab to weekly checks
Browse files Browse the repository at this point in the history
  • Loading branch information
macieklad committed Dec 9, 2024
1 parent d922e15 commit 1e85ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check package setup on real project

on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * 0'
workflow_dispatch:


Expand Down

0 comments on commit 1e85ddc

Please sign in to comment.