run every 256th as well

This commit is contained in:
Jun-te Kim 2025-09-24 16:02:40 +01:00
parent 0f2579ec4d
commit c2a7c971fe

View file

@ -4,6 +4,7 @@ on:
schedule:
- cron: '0 7 * * 1' # Every Monday at 07:00 UTC
- cron: '0 7 29 * *' # On the 29th of every month at 07:00 UTC
- cron: '0 7 26 * *' # On the 26th of every month at 07:00 UTC
workflow_dispatch:
jobs: