From 5c12cc4595bcaa825843d8fe319f9060795c318e Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:59:47 +0700 Subject: [PATCH] reduce ci Because I running a bot ci every 10 min so don't need ci frequent anymore --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45deb96..e9a90c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Check new patch permissions: write-all on: schedule: - - cron: "0 */6 * * *" + - cron: "0 9 * * *" workflow_dispatch: inputs: retry_count: @@ -120,4 +120,4 @@ jobs: if: ${{ needs.check.outputs.check_rve5 == 1 }} uses: ./.github/workflows/manual-patch.yml with: - org: "Revanced Extended Android 5" \ No newline at end of file + org: "Revanced Extended Android 5"