mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-09 19:12:58 +01:00
Only build docker if front en back are ok
This commit is contained in:
parent
ca61d6015d
commit
b4edc5b9a0
3
.github/workflows/build_addon.yml
vendored
3
.github/workflows/build_addon.yml
vendored
@ -81,6 +81,9 @@ jobs:
|
||||
|
||||
build-dockers:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- build-back
|
||||
- build-front
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user