Skip to content

Commit c321a5c

Browse files
committed
fix(ci): re-enable default workflow
1 parent bb749a2 commit c321a5c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build-release.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ on:
1010
push:
1111
tags:
1212
- '*.*.*'
13-
pull_request:
1413

1514
jobs:
1615
packages:
1716
name: Packages
18-
if: false
1917
strategy:
2018
fail-fast: true
2119
matrix:
@@ -26,16 +24,16 @@ jobs:
2624

2725
image:
2826
name: Image
29-
#needs: [packages]
27+
needs: [packages]
3028
runs-on: ubuntu-latest
3129
strategy:
3230
fail-fast: false
3331
matrix:
3432
model: [lx01, lx06, l09a, l09b]
3533
env:
3634
MODEL: ${{ matrix.model }}
37-
PULL_PACKAGES: false
38-
UPLOAD_RELEASE: false
35+
PULL_PACKAGES: true
36+
UPLOAD_RELEASE: true
3937
steps:
4038
- uses: actions/checkout@v4
4139

0 commit comments

Comments
 (0)