We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a07c72 commit 72425d5Copy full SHA for 72425d5
.github/workflows/schedule.yaml
@@ -1,8 +1,9 @@
1
name: daily
2
on:
3
+ # Run workflow automatically
4
schedule:
5
+ # Runs every day 16:00 北京时间 24:00
6
- cron: "0 16 * * *"
-
7
jobs:
8
Daily:
9
runs-on: ubuntu-latest
0 commit comments