Skip to content

Commit 72425d5

Browse files
author
lucifer
committed
feat: schedule
1 parent 9a07c72 commit 72425d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/schedule.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: daily
22
on:
3+
# Run workflow automatically
34
schedule:
5+
# Runs every day 16:00 北京时间 24:00
46
- cron: "0 16 * * *"
5-
67
jobs:
78
Daily:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)