From fe999f169086de7e0210f2dc9737175cd09e6741 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 7 Mar 2023 14:14:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Reduced=20expected=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index ce1ea83..a3dacbe 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: 2 secrets: ENVS: | CI_TEST=True