Disable scheduled builds in build.yml

Comment out the scheduled cron job in the build workflow.
This commit is contained in:
humocs-man
2026-05-05 18:43:05 +02:00
committed by GitHub
parent 725ec1b8db
commit 763a4ad353
+2 -2
View File
@@ -4,8 +4,8 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
schedule: # schedule:
- cron: '05 13 * * 2,5' # - cron: '05 13 * * 2,5'
#push: #push:
#branches: #branches:
#- main #- main