mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
disable broken patch
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -69,10 +69,6 @@ jobs:
|
|||||||
id: check-BiliRoamingM
|
id: check-BiliRoamingM
|
||||||
if: steps.check-gh.outputs.internet_error == '0'
|
if: steps.check-gh.outputs.internet_error == '0'
|
||||||
run: bash src/etc/ci.sh sakarie9/BiliRoamingM latest bilibili-BiliRoamingM.apk
|
run: bash src/etc/ci.sh sakarie9/BiliRoamingM latest bilibili-BiliRoamingM.apk
|
||||||
- name: Check new patch Revanced Experiments
|
|
||||||
id: check-Revanced-Experiments
|
|
||||||
if: steps.check-gh.outputs.internet_error == '0'
|
|
||||||
run: bash src/etc/ci.sh Aunali321/ReVancedExperiments latest telegram-revanced-experiments.apk
|
|
||||||
- name: Re-run workflow if github connection not stable
|
- name: Re-run workflow if github connection not stable
|
||||||
if: always() && steps.check-rv.outcome == 'skipped' && env.retry_count < env.max_retries
|
if: always() && steps.check-rv.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
@@ -109,7 +105,6 @@ jobs:
|
|||||||
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
|
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
|
||||||
check_rve5: ${{ steps.check-rve5.outputs.new_patch }}
|
check_rve5: ${{ steps.check-rve5.outputs.new_patch }}
|
||||||
check_BiliRoamingM: ${{ steps.check-BiliRoamingM.outputs.new_patch }}
|
check_BiliRoamingM: ${{ steps.check-BiliRoamingM.outputs.new_patch }}
|
||||||
check_Revanced_Experiments: ${{ steps.check-Revanced-Experiments.outputs.new_patch }}
|
|
||||||
|
|
||||||
Patch-Revanced:
|
Patch-Revanced:
|
||||||
name: Patch Revanced Stable
|
name: Patch Revanced Stable
|
||||||
@@ -195,10 +190,3 @@ jobs:
|
|||||||
uses: ./.github/workflows/manual-patch.yml
|
uses: ./.github/workflows/manual-patch.yml
|
||||||
with:
|
with:
|
||||||
org: "BiliRoamingM"
|
org: "BiliRoamingM"
|
||||||
Patch-Revanced-Experiments:
|
|
||||||
name: Patch Revanced Experiments
|
|
||||||
needs: check
|
|
||||||
if: ${{ needs.check.outputs.check_Revanced_Experiments == 1 }}
|
|
||||||
uses: ./.github/workflows/manual-patch.yml
|
|
||||||
with:
|
|
||||||
org: "Revanced Experiments"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user