Change cron schedule to check daily at 19:00

This commit is contained in:
Mic 2026-02-24 21:03:39 +01:00 committed by GitHub
parent a355dfb6d6
commit d3246417a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: Check Tom-Select Latest Release
on: on:
schedule: 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 workflow_dispatch: # Allows manual triggering for testing purposes
permissions: permissions: