mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-03 11:03:15 +08:00
Disable schedule job on main
This commit is contained in:
8
.github/workflows/run.yml
vendored
8
.github/workflows/run.yml
vendored
@@ -1,9 +1,11 @@
|
||||
name: "GitHub Actions SMZDM Bot"
|
||||
name: "SMZDM Check-in Bot"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 12 * * *"
|
||||
|
||||
# Uncomment below to schedule your job
|
||||
# schedule:
|
||||
# - cron: "0 18 * * *"
|
||||
|
||||
env:
|
||||
TZ: Asia/Shanghai
|
||||
|
||||
Reference in New Issue
Block a user