File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 42
42
43
43
44
44
Authorize-Blossom :
45
- name : Authorize Blossom launch
45
+ name : Authorize NVIDIA CI launch
46
46
runs-on : blossom
47
47
needs : [Check-Authorization]
48
48
outputs :
56
56
REPO_KEY_DATA : ${{ secrets.BLOSSOM_KEY }}
57
57
if : needs.Check-Authorization.outputs.authorized == 'true'
58
58
run : blossom-ci
59
+ - name : test
60
+ run : echo ${{ env.args }}
59
61
60
62
Vulnerability-Scan :
61
63
name : Vulnerability scan
80
82
args3 : ${{ fromJson(needs.Authorize-Blossom.outputs.args).args3 }}
81
83
82
84
Launch-NVIDIA-CI :
83
- name : Start ci job on Blossom
85
+ name : Start ci job on NVIDIA CI
84
86
needs : [Vulnerability-Scan]
85
87
runs-on : blossom
86
88
steps :
93
95
94
96
Upload-Log :
95
97
name : Upload log
98
+ needs : [Launch-NVIDIA-CI]
96
99
runs-on : blossom
97
100
if : github.event_name == 'workflow_dispatch'
98
101
steps :
You can’t perform that action at this time.
0 commit comments