Remove cron schedule from build.yml

Removed scheduled cron job from build workflow.
This commit is contained in:
2026-02-11 09:41:43 +07:00
committed by GitHub
parent c8d1cfce6b
commit 3dee8988d0
-2
View File
@@ -4,8 +4,6 @@ on:
push:
branches:
- master
schedule:
- cron: '0 0 * * 1'
permissions:
contents: write