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 }}