1 Commits
v8.2.0 ... main

Author SHA1 Message Date
d6050189f3 Disable scheduled cron job in build.yml
Comment out the scheduled cron job in the build workflow.
2026-03-25 18:11:56 +09:00

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: