From df9b48bf09967cc77f456e71a998f878055433b0 Mon Sep 17 00:00:00 2001 From: Ahn Hyesu Date: Tue, 21 Nov 2023 16:20:34 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20:=20#95=20-=20=EC=9E=90=EB=8F=99?= =?UTF-8?q?=20=EB=B0=B0=ED=8F=AC=20=ED=85=8C=EC=8A=A4=ED=8A=B8(=EC=8B=9C?= =?UTF-8?q?=EA=B0=84=20=EB=B3=80=EA=B2=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-pr-dev-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pr-dev-to-main.yml b/.github/workflows/auto-pr-dev-to-main.yml index 78946383..f78afbaf 100644 --- a/.github/workflows/auto-pr-dev-to-main.yml +++ b/.github/workflows/auto-pr-dev-to-main.yml @@ -2,7 +2,7 @@ name: Auto PR dev to main on: schedule: - - cron: '33 6 * * 1,2' # 매주 월요일(1)과 수요일(3) 9:00 시에 실행되도록 스케줄 설정 (Cron 표현식) + - cron: '23 7 * * 1,2' # 매주 월요일(1)과 수요일(3) 9:00 시에 실행되도록 스케줄 설정 (Cron 표현식) push: branches: - dev