From 6b223528415952ab9006f93cc9c0bd50dbf3aa8c Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Wed, 26 Jun 2024 23:47:06 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=A7=A4=20=EC=98=A4=EC=A0=84=208?= =?UTF-8?q?=EC=8B=9C=EC=97=90=20batch-cron=20=EC=8B=A4=ED=96=89=20?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/batch-cron.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/batch-cron.yml b/.github/workflows/batch-cron.yml index 933bc9740..78a5aceac 100644 --- a/.github/workflows/batch-cron.yml +++ b/.github/workflows/batch-cron.yml @@ -2,7 +2,8 @@ name: Batch Cron on: schedule: - - cron: '*/10 * * * *' + # 매 오전 8시에 실행 + - cron: '0 8 * * *' workflow_dispatch: jobs: