From bc5635530b21bc89cb5ce9e4728515c17dfc7243 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Mon, 28 Aug 2023 21:45:52 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Steps=20not=20running?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-artifact.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index c6f16e8..1c6dbcc 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -78,7 +78,7 @@ jobs: detached: true - name: Build Revanced APKs - if: ${{ github.event_name != 'workflow_dispatch' && !inputs.DEBUG_ENABLED }} + if: ${{ true && !inputs.DEBUG_ENABLED }} run: | if [[ "${{ inputs.CI_TEST }}" =~ ^(true|True|1)$ ]]; then echo "In CI Testing. Using local compose file." @@ -89,7 +89,7 @@ jobs: fi - name: Upload Build APKS uses: actions/upload-artifact@main - if: ${{ github.event_name != 'workflow_dispatch' && !inputs.DEBUG_ENABLED }} + if: ${{ true && !inputs.DEBUG_ENABLED }} with: name: Built-APKs path: |