From 1cf83ec7eded6159fc54743eeb04252934035a59 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Mon, 6 Jan 2025 11:18: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 | 2 +- .github/workflows/push_custom_to_released.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 9ebc6e04..be6e1395 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -3,7 +3,7 @@ name: Process Apps and Commit Changes on: workflow_dispatch: schedule: - - cron: '*/30 * * * *' + - cron: '0 */3 * * *' jobs: process: runs-on: ubuntu-latest diff --git a/.github/workflows/push_custom_to_released.yml b/.github/workflows/push_custom_to_released.yml index b1c8b484..8d9d5d73 100644 --- a/.github/workflows/push_custom_to_released.yml +++ b/.github/workflows/push_custom_to_released.yml @@ -3,7 +3,7 @@ name: Push custom to released on: workflow_dispatch: schedule: - - cron: '0 0 */3 * *' + - cron: '2 * * * *' jobs: push-branch: