mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 12:03:53 +00:00
fix: disable fail-fast in release workflow for better error diagnosis
This commit is contained in:
parent
8c7cfd12b3
commit
0cd97b9ad1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -89,6 +89,7 @@ jobs:
|
|||
needs: [setup]
|
||||
if: ${{ !inputs.reuse_engine_version }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- platform: linux
|
||||
|
|
@ -166,6 +167,7 @@ jobs:
|
|||
needs: [setup]
|
||||
if: ${{ !inputs.reuse_engine_version }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- platform: linux/arm64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue