mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
ci: do not fail fast on debug apk builds
This commit is contained in:
committed by
Benoit Marty
parent
ff1d8c310e
commit
467d3e764e
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -11,6 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref != 'refs/heads/master'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [ Gplay, Fdroid ]
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user