From c14ce3e7631a328078c013c562920a6afdc96d07 Mon Sep 17 00:00:00 2001 From: azw Date: Mon, 10 Feb 2025 17:11:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/gendiff.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gendiff.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/gendiff.yml b/.gitea/workflows/gendiff.yml index fbc55c2..2030386 100644 --- a/.gitea/workflows/gendiff.yml +++ b/.gitea/workflows/gendiff.yml @@ -1,9 +1,10 @@ name: gendiff run-name: on: - push: - branches: - - main + schedule: + - cron: '30 4 * * *' + issues: + types: [edited] jobs: gendiff: