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 4242
4343
4444 Authorize-Blossom :
45- name : Authorize Blossom launch
45+ name : Authorize NVIDIA CI launch
4646 runs-on : blossom
4747 needs : [Check-Authorization]
4848 outputs :
5656 REPO_KEY_DATA : ${{ secrets.BLOSSOM_KEY }}
5757 if : needs.Check-Authorization.outputs.authorized == 'true'
5858 run : blossom-ci
59+ - name : test
60+ run : echo ${{ env.args }}
5961
6062 Vulnerability-Scan :
6163 name : Vulnerability scan
8082 args3 : ${{ fromJson(needs.Authorize-Blossom.outputs.args).args3 }}
8183
8284 Launch-NVIDIA-CI :
83- name : Start ci job on Blossom
85+ name : Start ci job on NVIDIA CI
8486 needs : [Vulnerability-Scan]
8587 runs-on : blossom
8688 steps :
9395
9496 Upload-Log :
9597 name : Upload log
98+ needs : [Launch-NVIDIA-CI]
9699 runs-on : blossom
97100 if : github.event_name == 'workflow_dispatch'
98101 steps :
You can’t perform that action at this time.
0 commit comments