mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-26 12:16:07 +01:00
EC-846 Revert build.yml Android was not being built because a condition added while developing the Apple Watch app in another branch merged to master (#2245)
This commit is contained in:
parent
3e48b7a968
commit
f6895a0733
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -58,7 +58,6 @@ jobs:
|
||||
android:
|
||||
name: Android
|
||||
runs-on: windows-2022
|
||||
if: github.repository == 'putting here a false condition so that this doesnt run while testing iOS CI'
|
||||
needs: setup
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -259,7 +258,6 @@ jobs:
|
||||
f-droid:
|
||||
name: F-Droid Build
|
||||
runs-on: windows-2022
|
||||
if: github.repository == 'putting here a false condition so that this doesnt run while testing iOS CI'
|
||||
steps:
|
||||
- name: Setup NuGet
|
||||
uses: nuget/setup-nuget@b2bc17b761a1d88cab755a776c7922eb26eefbfa # v1.0.6
|
||||
|
Loading…
Reference in New Issue
Block a user