1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-22 11:35:21 +01:00

Update build.yml disabling iOS job to avoid long running process of publish until we can fix that

This commit is contained in:
Federico Maccaroni 2023-11-25 10:17:48 -03:00 committed by GitHub
parent 99fb5463cf
commit 80c424ed03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: