Skip to content

Commit c3c7cda

Browse files
authored
Update blossom-ci.yml
1 parent 161c19a commit c3c7cda

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/blossom-ci.yml

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Blossom-CI
22
on:
3-
push:
4-
branches: [master]
5-
pull_request:
6-
branches: [master]
73
issue_comment:
84
types: [created]
95
workflow_dispatch:
@@ -20,7 +16,7 @@ jobs:
2016
runs-on: blossom
2117
outputs:
2218
args: ${{ env.args }}
23-
if: github.actor == 'aasgaonkar'
19+
if: github.event.comment.body == '/build'&& (github.actor == 'aasgaonkar')
2420
steps:
2521
- name: Check if comment is issued by authorized person
2622
run: blossom-ci
@@ -39,20 +35,6 @@ jobs:
3935
repository: ${{ fromJson(needs.Authorization.outputs.args).repo }}
4036
ref: ${{ fromJson(needs.Authorization.outputs.args).ref }}
4137
lfs: "true"
42-
43-
# repo specific steps
44-
#- name: Setup java
45-
# uses: actions/setup-java@v1
46-
# with:
47-
# java-version: 1.8
48-
49-
# add blackduck properties https://synopsys.atlassian.net/wiki/spaces/INTDOCS/pages/631308372/Methods+for+Configuring+Analysis#Using-a-configuration-file
50-
#- name: Setup blackduck properties
51-
# run: |
52-
# PROJECTS=$(mvn -am dependency:tree | grep maven-dependency-plugin | awk '{ out="com.nvidia:"$(NF-1);print out }' | grep rapids | xargs | sed -e 's/ /,/g')
53-
# echo detect.maven.build.command="-pl=$PROJECTS -am" >> application.properties
54-
# echo detect.maven.included.scopes=compile >> application.properties
55-
5638
- name: Run blossom action
5739
uses: NVIDIA/blossom-action@main
5840
env:

0 commit comments

Comments
 (0)