From 80c424ed03be235bf801b554eb557b4bdffbb77f Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Sat, 25 Nov 2023 10:17:48 -0300 Subject: [PATCH] Update build.yml disabling iOS job to avoid long running process of publish until we can fix that --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45eb5c204..cd48ca849 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,8 @@ jobs: fi shell: bash - + # Disabling Android build from this branch to improve testing + # the iOS build job android: name: Android if: github.ref == 'refs/heads/master' @@ -489,9 +490,11 @@ jobs: # path: ./bw-fdroid-apk-sha256.txt # if-no-files-found: error - + # Disabling iOS build from this branch until fixing publish/build + # really long time ios: name: Apple iOS + if: github.ref == 'refs/heads/master' runs-on: macos-13 needs: setup env: