Skip to content

Commit 69cf56c

Browse files
committed
ci: update workflow
1 parent deb7c8e commit 69cf56c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ jobs:
3737
run: pnpm install --frozen-lockfile
3838

3939
- name: Build project and upload bundle
40+
if: ${{ !cancelled() && matrix.node-version == 24 }}
4041
env:
4142
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4243
run: pnpm run build
4344

4445
- name: Linter test
46+
if: ${{ !cancelled() && matrix.node-version == 24 }}
4547
run: pnpm lint
4648

4749
- name: Unit test and save results

0 commit comments

Comments
 (0)