Skip to content

Commit

Permalink
Fix wake up github action cron
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolie committed Oct 16, 2023
1 parent 4dfb185 commit 317a607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wake_up.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Wake up periodically
on:
schedule:
- cron: "0 0 * * 3" # 매주 수요일 자정에 실행
- cron: "0 0 */5 * *" # 매 5일마다 실행, 자정에 실행
workflow_dispatch: # 수동 실행용
jobs:
send_request:
Expand Down

0 comments on commit 317a607

Please sign in to comment.