Skip to content

Commit

Permalink
refactor: 매 오전 8시에 batch-cron 실행 되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 26, 2024
1 parent 31ef03d commit 6b22352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/batch-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Batch Cron

on:
schedule:
- cron: '*/10 * * * *'
# 매 오전 8시에 실행
- cron: '0 8 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6b22352

Please sign in to comment.