corrected triggers for launching a build

This commit is contained in:
coolcoala
2025-07-10 02:55:41 +03:00
parent 1708246866
commit dd3950e46d

View File

@@ -2,9 +2,9 @@ name: Auto Build
on: on:
workflow_dispatch: workflow_dispatch:
schedule: # schedule:
# UTC+8 0,6,12,18 # # UTC+8 0,6,12,18
- cron: "0 16,22,4,10 * * *" # - cron: "0 16,22,4,10 * * *"
permissions: write-all permissions: write-all
env: env:
TAG_NAME: autobuild TAG_NAME: autobuild