Browse Source

Making CI/CD of node hub independant from other nodes

tags/v0.3.10^2
haixuantao haixuanTao 11 months ago
parent
commit
fa3f408a27
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/node-hub-ci-cd.yml

+ 1
- 0
.github/workflows/node-hub-ci-cd.yml View File

@@ -32,6 +32,7 @@ jobs:
run:
working-directory: node-hub/${{ matrix.folder }}
strategy:
fail-fast: ${{ github.event_name != 'workflow_dispatch' && !(github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')) }}
matrix:
platform: [ubuntu-22.04, macos-14]
folder: ${{ fromJson(needs.find-jobs.outputs.folders )}}


Loading…
Cancel
Save