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