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
Limit publish CI to release event
tags/v0.3.6-rc0
haixuanTao
1 year ago
parent
0e8a47e8b5
commit
167089012f
1 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-3
.github/workflows/node-hub-ci-cd.yml
+ 4
- 3
.github/workflows/node-hub-ci-cd.yml
View File
@@ -1,4 +1,4 @@
name: node-hub
-ci
name: node-hub
on:
push:
@@ -11,7 +11,7 @@ on:
types: [published]
jobs:
build_and_test
:
ci
:
runs-on: ubuntu-latest
steps:
@@ -56,8 +56,9 @@ jobs:
done
publish:
needs: [
build_and_test
]
needs: [
ci
]
runs-on: ubuntu-latest
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout repository
Write
Preview
Loading…
Cancel
Save