Skip to content

Commit e79c47a

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ 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 }}
6159

6260
Vulnerability-Scan:
6361
name: Vulnerability scan
@@ -82,7 +80,7 @@ jobs:
8280
args3: ${{ fromJson(needs.Authorize-Blossom.outputs.args).args3 }}
8381

8482
Launch-NVIDIA-CI:
85-
name: Start ci job on NVIDIA CI
83+
name: Start CI job on NVIDIA CI
8684
needs: [Vulnerability-Scan]
8785
runs-on: blossom
8886
steps:

0 commit comments

Comments
 (0)