From c5c9e448a1cb75fa12be161bd5b0c8ba26ac2c7b Mon Sep 17 00:00:00 2001 From: Gakuto1112 Date: Mon, 6 Jan 2025 01:16:01 +0900 Subject: [PATCH] =?UTF-8?q?cron=E3=81=A7=E3=81=AE=E5=AE=9A=E6=9C=9F?= =?UTF-8?q?=E5=AE=9F=E8=A1=8C=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check_update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_update.yml b/.github/workflows/check_update.yml index 19afa5e..ecf827a 100644 --- a/.github/workflows/check_update.yml +++ b/.github/workflows/check_update.yml @@ -1,6 +1,8 @@ name: Check game updates -on: workflow_dispatch +on: + schedule: + - cron: '0 23 * * 4' jobs: check: