File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
46
46
./build/install/aws-codeguru-cli/bin/aws-codeguru-cli --region us-west-2 -r python-code --no-prompt -c "5a0c9579b6c9b0ea7a5f5c1b9328bb7100c7a16e:a574f23f6ea3fe607a6d33cc6c8fe28d81ab37a2"
47
47
48
48
- name : Upload findings artifact
49
- if : always()
49
+ if : steps.iam-role.outcome == 'success'
50
50
uses : actions/upload-artifact@v1
51
51
with :
52
52
name : recommendations_python_${{ matrix.os }}
53
- path : code-guru/recommendations.json
53
+ path : code-guru/
54
54
55
55
- name : Print Summary of Findings Linux
56
56
if : steps.iam-role.outcome == 'success'
@@ -123,11 +123,11 @@ jobs:
123
123
./build/install/aws-codeguru-cli/bin/aws-codeguru-cli --region us-west-2 -r amazon-codeguru-samples -s amazon-codeguru-samples/src/main/java -b amazon-codeguru-samples/build/libs --no-prompt
124
124
125
125
- name : Upload findings artifact
126
- if : always()
126
+ if : steps.iam-role.outcome == 'success'
127
127
uses : actions/upload-artifact@v1
128
128
with :
129
129
name : recommendations_java_${{ matrix.os }}
130
- path : code-guru/recommendations.json
130
+ path : code-guru/
131
131
132
132
- name : Print Summary of Findings Linux
133
133
if : steps.iam-role.outcome == 'success'
You can’t perform that action at this time.
0 commit comments