From f6895a0733fc96a530484296b9ccf70f5f9fb827 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Thu, 15 Dec 2022 10:57:10 -0300 Subject: [PATCH] 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) --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b20c3ffc..1087f9404 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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