From 6aadb97ff3abfe4ed20867ddf56dc2ad836bdde6 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Mon, 6 Jan 2025 11:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A2=91=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- .github/workflows/process-apps.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 8daaa3c43..9ebc6e041 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -1,11 +1,9 @@ name: Process Apps and Commit Changes on: - push: - branches: - - custom workflow_dispatch: - + schedule: + - cron: '*/30 * * * *' jobs: process: runs-on: ubuntu-latest