Skip to content

Commit

Permalink
update cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinier Koops committed Mar 20, 2024
1 parent cdc6b88 commit 108db45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cronjob_unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Cron Test Dependencies

# Controls when the action will run.
# Every week at 4:05
# See https://crontab.guru/#5 4 * * 0
# Every month at 4:05
# See https://crontab.guru/#5 4 1 * 0
on:
schedule:
- cron: "5 4 * * 0"
Expand Down

0 comments on commit 108db45

Please sign in to comment.