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:
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
@@ -53,10 +53,10 @@ jobs:
|
|||||||
id: check-twitter-piko-stable
|
id: check-twitter-piko-stable
|
||||||
if: steps.check-gh.outputs.internet_error == '0'
|
if: steps.check-gh.outputs.internet_error == '0'
|
||||||
run: bash src/etc/ci.sh crimera/piko latest twitter-stable-piko.apk
|
run: bash src/etc/ci.sh crimera/piko latest twitter-stable-piko.apk
|
||||||
- name: Check new patch Twitter Piko Beta
|
# - name: Check new patch Twitter Piko Beta
|
||||||
id: check-twitter-piko-beta
|
# id: check-twitter-piko-beta
|
||||||
if: steps.check-gh.outputs.internet_error == '0'
|
# if: steps.check-gh.outputs.internet_error == '0'
|
||||||
run: bash src/etc/ci.sh crimera/piko prerelease twitter-beta-piko.apk
|
# run: bash src/etc/ci.sh crimera/piko prerelease twitter-beta-piko.apk
|
||||||
- name: Check new patch Revanced For Android 6 & 7
|
- name: Check new patch Revanced For Android 6 & 7
|
||||||
id: check-rve67
|
id: check-rve67
|
||||||
if: steps.check-gh.outputs.internet_error == '0'
|
if: steps.check-gh.outputs.internet_error == '0'
|
||||||
@@ -105,7 +105,7 @@ jobs:
|
|||||||
check_rve: ${{ steps.check-rve.outputs.new_patch }}
|
check_rve: ${{ steps.check-rve.outputs.new_patch }}
|
||||||
check_rve_beta: ${{ steps.check-rve-beta.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_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_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 }}
|
||||||
@@ -167,13 +167,13 @@ jobs:
|
|||||||
uses: ./.github/workflows/manual-patch.yml
|
uses: ./.github/workflows/manual-patch.yml
|
||||||
with:
|
with:
|
||||||
org: "Twitter Piko Stable"
|
org: "Twitter Piko Stable"
|
||||||
Patch-Twitter-Piko-Beta:
|
# Patch-Twitter-Piko-Beta:
|
||||||
name: Patch Twitter Piko Beta
|
# name: Patch Twitter Piko Beta
|
||||||
needs: check
|
# needs: check
|
||||||
if: ${{ needs.check.outputs.check_twitter_piko_beta == 1 }}
|
# if: ${{ needs.check.outputs.check_twitter_piko_beta == 1 }}
|
||||||
uses: ./.github/workflows/manual-patch.yml
|
# uses: ./.github/workflows/manual-patch.yml
|
||||||
with:
|
# with:
|
||||||
org: "Twitter Piko Beta"
|
# org: "Twitter Piko Beta"
|
||||||
Patch-Revanced-Extended-For-Android-6-7:
|
Patch-Revanced-Extended-For-Android-6-7:
|
||||||
name: Patch RVX Android 6 & 7
|
name: Patch RVX Android 6 & 7
|
||||||
needs: check
|
needs: check
|
||||||
@@ -201,4 +201,4 @@ jobs:
|
|||||||
if: ${{ needs.check.outputs.check_Revanced_Experiments == 1 }}
|
if: ${{ needs.check.outputs.check_Revanced_Experiments == 1 }}
|
||||||
uses: ./.github/workflows/manual-patch.yml
|
uses: ./.github/workflows/manual-patch.yml
|
||||||
with:
|
with:
|
||||||
org: "Revanced Experiments"
|
org: "Revanced Experiments"
|
||||||
|
|||||||
Reference in New Issue
Block a user