mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Disable ci piko dev patch
This commit is contained in:
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@@ -53,10 +53,10 @@ jobs:
|
||||
id: check-twitter-piko-stable
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
run: bash src/etc/ci.sh crimera/piko latest twitter-stable-piko.apk
|
||||
- name: Check new patch Twitter Piko Beta
|
||||
id: check-twitter-piko-beta
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
run: bash src/etc/ci.sh crimera/piko prerelease twitter-beta-piko.apk
|
||||
# - name: Check new patch Twitter Piko Beta
|
||||
# id: check-twitter-piko-beta
|
||||
# if: steps.check-gh.outputs.internet_error == '0'
|
||||
# run: bash src/etc/ci.sh crimera/piko prerelease twitter-beta-piko.apk
|
||||
- name: Check new patch Revanced For Android 6 & 7
|
||||
id: check-rve67
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
check_rve: ${{ steps.check-rve.outputs.new_patch }}
|
||||
check_rve_beta: ${{ steps.check-rve-beta.outputs.new_patch }}
|
||||
check_twitter_piko_stable: ${{ steps.check-twitter-piko-stable.outputs.new_patch }}
|
||||
check_twitter_piko_beta: ${{ steps.check-twitter-piko-beta.outputs.new_patch }}
|
||||
# check_twitter_piko_beta: ${{ steps.check-twitter-piko-beta.outputs.new_patch }}
|
||||
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
|
||||
check_rve5: ${{ steps.check-rve5.outputs.new_patch }}
|
||||
check_BiliRoamingM: ${{ steps.check-BiliRoamingM.outputs.new_patch }}
|
||||
@@ -167,13 +167,13 @@ jobs:
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Twitter Piko Stable"
|
||||
Patch-Twitter-Piko-Beta:
|
||||
name: Patch Twitter Piko Beta
|
||||
needs: check
|
||||
if: ${{ needs.check.outputs.check_twitter_piko_beta == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Twitter Piko Beta"
|
||||
# Patch-Twitter-Piko-Beta:
|
||||
# name: Patch Twitter Piko Beta
|
||||
# needs: check
|
||||
# if: ${{ needs.check.outputs.check_twitter_piko_beta == 1 }}
|
||||
# uses: ./.github/workflows/manual-patch.yml
|
||||
# with:
|
||||
# org: "Twitter Piko Beta"
|
||||
Patch-Revanced-Extended-For-Android-6-7:
|
||||
name: Patch RVX Android 6 & 7
|
||||
needs: check
|
||||
|
||||
Reference in New Issue
Block a user