File tree 1 file changed +1
-19
lines changed
1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 1
1
name : Blossom-CI
2
2
on :
3
- push :
4
- branches : [master]
5
- pull_request :
6
- branches : [master]
7
3
issue_comment :
8
4
types : [created]
9
5
workflow_dispatch :
20
16
runs-on : blossom
21
17
outputs :
22
18
args : ${{ env.args }}
23
- if : github.actor == 'aasgaonkar'
19
+ if : github.event.comment.body == '/build'&& (github. actor == 'aasgaonkar')
24
20
steps :
25
21
- name : Check if comment is issued by authorized person
26
22
run : blossom-ci
39
35
repository : ${{ fromJson(needs.Authorization.outputs.args).repo }}
40
36
ref : ${{ fromJson(needs.Authorization.outputs.args).ref }}
41
37
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
-
56
38
- name : Run blossom action
57
39
uses : NVIDIA/blossom-action@main
58
40
env :
You can’t perform that action at this time.
0 commit comments