Skip to content

Commit

Permalink
update: modify cron time
Browse files Browse the repository at this point in the history
  • Loading branch information
KKardd committed Feb 17, 2025
1 parent cca16dc commit e3c5bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/til-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Notion Slack Reminder

on:
schedule:
- cron: "10 15 * * *" # 매일 UTC 15:30 (KST 00:10)
- cron: "55 14 * * *" # 지연 고려 KST 00:00
workflow_dispatch: # 수동 실행 가능

jobs:
Expand Down

0 comments on commit e3c5bbf

Please sign in to comment.