From d3fe4908ca8ae1bfa0955e82342afa2535f9ea52 Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:08:35 +0700 Subject: [PATCH] Update ci.yml --- .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 71640af..64fdfd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: Check new patch on: schedule: - - cron: "0 21 * * *" + - cron: "0 */6 * * *" workflow_dispatch: jobs: check-rv: @@ -94,4 +94,4 @@ jobs: permissions: write-all needs: check-rve5 uses: ./.github/workflows/patch-revanced-extended-android-5.yml - if: ${{ needs.check-rve5.outputs.check_rve5 == 1 }} \ No newline at end of file + if: ${{ needs.check-rve5.outputs.check_rve5 == 1 }}