From f1f59f98a9d8eb3ee56e56999ce3dc3c0fbf76a4 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 21 Dec 2022 19:46:39 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Excluded=20tiktok=20from=20PR=20?= =?UTF-8?q?checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 2 +- src/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 53f91b6..611e549 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -15,7 +15,7 @@ jobs: build-apk-pr-check: uses: ./.github/workflows/build-artifact.yml with: - FILES_TO_EXPECT: 17 + FILES_TO_EXPECT: 16 secrets: ENVS: | CI_TEST=True diff --git a/src/utils.py b/src/utils.py index 3e5abab..e66c109 100644 --- a/src/utils.py +++ b/src/utils.py @@ -9,7 +9,7 @@ all_builds = [ "youtube_music", "twitter", "reddit", - "tiktok", + # "tiktok", # Commented because of out of memory issues "warnwetter", "spotify", "nyx-music-player",