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:
parent
99fb5463cf
commit
80c424ed03
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user