mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-22 00:38:05 +02:00
Fix CRON
This commit is contained in:
parent
5debc514d6
commit
329d16b330
1 changed files with 1 additions and 1 deletions
2
.github/workflows/monthly.yml
vendored
2
.github/workflows/monthly.yml
vendored
|
@ -2,7 +2,7 @@ name: Monthly Checks
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '* * 1 * *'
|
||||
- cron: '0 5 1 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue