Skip to content

Commit 280ec52

Browse files
authored
Update blossom-ci.yml
1 parent afcf133 commit 280ec52

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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:
@@ -56,6 +56,8 @@ jobs:
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
@@ -80,7 +82,7 @@ jobs:
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:
@@ -93,6 +95,7 @@ jobs:
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:

0 commit comments

Comments
 (0)