Skip to content

Commit c01bdd9

Browse files
authored
Update blossom-ci.yml
1 parent e13d343 commit c01bdd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ on:
2727
required: false
2828
jobs:
2929
Authorization:
30-
name: Authorization
30+
name: Check Authorization to Launch NVIDIA CI
3131
runs-on: blossom
3232
outputs:
3333
args: ${{ env.args }}
3434

3535
# This job only runs for pull request comments
3636
if: |
37-
contains( 'andi4191,', format('{0},', github.actor)) &&
37+
contains( 'andi4191, narendasan, peri044, bowang007,', format('{0},', github.actor)) &&
3838
github.event.comment.body == '/blossom-ci'
3939
steps:
4040
- name: Check if comment is issued by authorized person
@@ -67,7 +67,7 @@ jobs:
6767
args3: ${{ fromJson(needs.Authorization.outputs.args).args3 }}
6868

6969
Job-trigger:
70-
name: Start ci job
70+
name: Start NVIDIA CI pipelines
7171
needs: [Vulnerability-scan]
7272
runs-on: blossom
7373
steps:

0 commit comments

Comments
 (0)