diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a01370..bc7ca8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,10 +57,6 @@ 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 Revanced For Android 6 & 7 id: check-rve67 if: steps.check-gh.outputs.internet_error == '0'