Change cron schedule to check daily at 19:00
This commit is contained in:
parent
a355dfb6d6
commit
d3246417a9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ name: Check Tom-Select Latest Release
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Check every day at midnight
|
||||
- cron: '0 19 * * *' # Check every day at 19:00
|
||||
workflow_dispatch: # Allows manual triggering for testing purposes
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue