mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-20 13:02:18 +00:00
chore: re-enable fail-fast in release workflow
This commit is contained in:
parent
40be8ad797
commit
ec86b1654d
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -89,7 +89,6 @@ jobs:
|
||||||
needs: [setup]
|
needs: [setup]
|
||||||
if: ${{ !inputs.reuse_engine_version }}
|
if: ${{ !inputs.reuse_engine_version }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- platform: linux
|
- platform: linux
|
||||||
|
|
@ -167,7 +166,6 @@ jobs:
|
||||||
needs: [setup]
|
needs: [setup]
|
||||||
if: ${{ !inputs.reuse_engine_version }}
|
if: ${{ !inputs.reuse_engine_version }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue