Skip to content

Commit 143937b

Browse files
committed
ci: disable fail-fast for platform versions
- Commented out fail-fast option in GitHub Actions workflow - Updated CHANGELOG.md with new unreleased section
1 parent fbeb289 commit 143937b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Build
3232
runs-on: ubuntu-latest
3333
strategy:
34-
fail-fast: true
34+
# fail-fast: true
3535
matrix:
3636
platform-version: [ 223, 233, 241 ]
3737
env:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [](https://github.com/unit-mesh/auto-dev/compare/v2.0.2...v) (2025-03-28)
22

3-
3+
## Unreleased
44

55
## [2.0.2](https://github.com/unit-mesh/auto-dev/compare/v2.0.2-SNAPSHOT...v2.0.2) (2025-03-27)
66

0 commit comments

Comments
 (0)