From 6df900efbc8681fa4215f17187fa9d84df271b89 Mon Sep 17 00:00:00 2001 From: baegteun Date: Mon, 9 Sep 2024 10:14:38 +0900 Subject: [PATCH 1/2] Trigger Dispatch InstanceStop.yml --- .github/workflows/InstanceStop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/InstanceStop.yml b/.github/workflows/InstanceStop.yml index f8250f2..d9d99d1 100644 --- a/.github/workflows/InstanceStop.yml +++ b/.github/workflows/InstanceStop.yml @@ -3,6 +3,7 @@ name: Bot Instance Stop on: schedule: - cron: 0 17 * * * + workflow_dispatch: jobs: todaywhat_bot_stop: From 9796621673bc0171e935b3ef2bf9a6eccdbd55bf Mon Sep 17 00:00:00 2001 From: baegteun Date: Mon, 9 Sep 2024 10:15:23 +0900 Subject: [PATCH 2/2] Add Trigger Instance start --- .github/workflows/InstanceStart.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/InstanceStart.yml b/.github/workflows/InstanceStart.yml index 734144a..86d3606 100644 --- a/.github/workflows/InstanceStart.yml +++ b/.github/workflows/InstanceStart.yml @@ -3,6 +3,7 @@ name: Bot Instance Start on: schedule: - cron: 0 0 * * * + workflow_dispatch: jobs: todaywhat_bot_start: