From 32e5a8d76679f34faf10e8a6bf45663b87e6e0dc Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Sat, 5 Jul 2025 13:42:38 +0700 Subject: [PATCH] Disable ci piko dev patch --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2235e61..04e7dfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -201,4 +201,4 @@ jobs: if: ${{ needs.check.outputs.check_Revanced_Experiments == 1 }} uses: ./.github/workflows/manual-patch.yml with: - org: "Revanced Experiments" \ No newline at end of file + org: "Revanced Experiments"