This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Making CI/CD of node hub independant from other nodes
tags/v0.3.10-rc1
haixuantao
11 months ago
parent
cabb69117a
commit
5bb048ad49
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 )}}
Write
Preview
Loading…
Cancel
Save