Skip to content

Commit

Permalink
chore(workflows): cron 스케줄을 매 1시간마다 실행되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kyo-young committed Jan 16, 2025
1 parent 070072d commit 2f4a2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_bull_market.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check_bull_market_every_9AM

on:
schedule:
- cron: "0 */4 * * *" #6시간마다 실행 (00:00, 04:00, 08:00, 12:00, 16:00, 18:00)
- cron: "0 */1 * * *" #1시간마다 실행
push:
branches: [main]

Expand Down

0 comments on commit 2f4a2ca

Please sign in to comment.