Disable scheduled cron job in build.yml

Comment out the scheduled cron job in the build workflow.
This commit is contained in:
2026-03-25 18:11:56 +09:00
committed by GitHub
parent 35e4564248
commit d6050189f3

View File

@@ -5,8 +5,8 @@ on:
repository_dispatch: repository_dispatch:
types: [external_build_trigger] types: [external_build_trigger]
workflow_dispatch: workflow_dispatch:
schedule: # schedule:
- cron: "0 0 * * *" # - cron: "0 0 * * *"
jobs: jobs:
build: build: