Skip to content

Commit

Permalink
add comment after cron expression
Browse files Browse the repository at this point in the history
  • Loading branch information
lpxks committed Jan 2, 2025
1 parent 9e5742b commit a1079f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Airport Checkin"

on:
schedule:
# - cron: "0 22 * * *" # scheduled at 06:00 (UTC+8) everyday
# 分(0-59) 小时(0-23) 日期(1-31) 月份(1-12) 星期(0-7) 年(可选字段)
- cron: "06 22 * * *" #scheduled at 00:10 (UTC+8) everyday UTC+8比UTC快8个小时
workflow_dispatch:

Expand Down

0 comments on commit a1079f5

Please sign in to comment.