From 19746d72095acdc34288dd6dfde42fe35aaa698a Mon Sep 17 00:00:00 2001 From: Jihun Kim Date: Fri, 27 Jun 2025 19:35:21 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8?= =?UTF-8?q?=20=EC=B4=88=EA=B8=B0=20=EC=84=B8=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_notification.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr_notification.yml b/.github/workflows/pr_notification.yml index b8a0e5ef..74cd0f47 100644 --- a/.github/workflows/pr_notification.yml +++ b/.github/workflows/pr_notification.yml @@ -3,9 +3,6 @@ name: PR Discord Notification on: pull_request: types: [opened, closed, reopened] - - schedule: - - cron: '25 11 * * 1-5' # 월~금 오후 8시 25분 (KST = UTC+9) workflow_dispatch: @@ -140,4 +137,4 @@ jobs: if [ "$RESPONSE" -ne 204 ]; then echo "Failed to send Discord notification. HTTP Status Code: $RESPONSE" exit 1 - fi \ No newline at end of file + fi