mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Add fail-fast for wheel (#50487)
This commit is contained in:
parent
34c84a6bbb
commit
214fd41bb6
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -60,6 +60,7 @@ jobs:
|
||||
needs: init
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
||||
tag:
|
||||
@ -100,6 +101,7 @@ jobs:
|
||||
needs: init
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
||||
tag:
|
||||
|
Loading…
x
Reference in New Issue
Block a user