File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/moa/moa_server/domain/vote/scheduler Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: SpringBoot Docker CI/CD - Unified
33on :
44 push :
55 branches :
6- - main
6+ # - main
77 - develop
88 - cicd/**
99 - release/**
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group = ' com.moa'
11- version = ' v3.0 .0'
11+ version = ' v3.1 .0'
1212
1313java {
1414 toolchain {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class AIVoteOpenScheduler {
1717
1818 private final VoteRepository voteRepository ;
1919
20- @ Scheduled (cron = "0 5 10 * * *" , zone = "Asia/Seoul" ) // 초 분 시 일 월 요일
20+ @ Scheduled (cron = "0 0 * * * *" , zone = "Asia/Seoul" ) // 초 분 시 일 월 요일 (1시간)
2121 @ Transactional
2222 public void openAIVotes () {
2323 LocalDateTime now = LocalDateTime .now (ZoneOffset .UTC );
You can’t perform that action at this time.
0 commit comments