mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
ci: do not fail fast on debug apk builds
This commit is contained in:
parent
ff1d8c310e
commit
467d3e764e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref != 'refs/heads/master'
|
if: github.ref != 'refs/heads/master'
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: [ Gplay, Fdroid ]
|
target: [ Gplay, Fdroid ]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue