Update ci.yml

This commit is contained in:
Fioren
2023-11-21 10:08:35 +07:00
committed by GitHub
parent 4403c6ba95
commit d3fe4908ca

View File

@@ -1,7 +1,7 @@
name: Check new patch name: Check new patch
on: on:
schedule: schedule:
- cron: "0 21 * * *" - cron: "0 */6 * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
check-rv: check-rv:
@@ -94,4 +94,4 @@ jobs:
permissions: write-all permissions: write-all
needs: check-rve5 needs: check-rve5
uses: ./.github/workflows/patch-revanced-extended-android-5.yml uses: ./.github/workflows/patch-revanced-extended-android-5.yml
if: ${{ needs.check-rve5.outputs.check_rve5 == 1 }} if: ${{ needs.check-rve5.outputs.check_rve5 == 1 }}