Skip to content

Commit

Permalink
Disable GHA workflow via 'if: false'
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
erawhctim committed Nov 10, 2021
1 parent f4036e1 commit 9715c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
group_name: Collaborators
file_path: sample-app-debug.apk
token: ${{ secrets.APP_CENTER_API_TOKEN }}
if: false

0 comments on commit 9715c04

Please sign in to comment.