From 9715c045ef8e87dad4739a0bf625380a8af0812e Mon Sep 17 00:00:00 2001 From: Mitch Ware Date: Wed, 10 Nov 2021 12:33:53 -0500 Subject: [PATCH] Disable GHA workflow via 'if: false' This uploads an actual APK to AppCenter, and we don't have a convenient way to delete these test uploads, so this is the next best thing in terms of a killswitch. We can just re-enable it back to `if: true` when we need to test. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c14f38a..b1933e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,3 +14,4 @@ jobs: group_name: Collaborators file_path: sample-app-debug.apk token: ${{ secrets.APP_CENTER_API_TOKEN }} + if: false