From 661ddd3e0530c81f4e80664a13f5e06a81d68161 Mon Sep 17 00:00:00 2001 From: Shotaro Matsuya <68782833+ShotaroMatsuya@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:03:52 +0900 Subject: [PATCH] chore: disable scheduling jobs --- .github/workflows/schedule_job.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/schedule_job.yml b/.github/workflows/schedule_job.yml index f4e03c5a..48f463eb 100644 --- a/.github/workflows/schedule_job.yml +++ b/.github/workflows/schedule_job.yml @@ -1,11 +1,12 @@ name: Start and Stop Workflow on: - schedule: - # At 08:00 PM JST - - cron: '0 11 * * 6,0' - # At 02:00 AM JST - - cron: '0 17 * * 6,0' + # 一時無効化 + # schedule: + # # At 08:00 PM JST + # - cron: '0 11 * * 6,0' + # # At 02:00 AM JST + # - cron: '0 17 * * 6,0' repository_dispatch: types: [start, stop] env: