Change cron schedule in build.yml

Updated cron schedule to run every 2 days at 10:05 AM.
This commit is contained in:
humocs-man
2026-04-10 16:29:14 +02:00
committed by GitHub
parent 3f9c957ad0
commit db2300ae5a
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: '05 10 * * 2,5' - cron: 05 10 */2 * *
#push: #push:
#branches: #branches:
#- main #- main