File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266
266
go run ./scripts/ci-report/main.go gotests.json | tee gotests_stats.json
267
267
268
268
- uses : ./.github/actions/upload-datadog
269
- if : always ()
269
+ if : success() || failure ()
270
270
with :
271
271
api-key : ${{ secrets.DATADOG_API_KEY }}
272
272
@@ -313,15 +313,8 @@ jobs:
313
313
# so we need to print the test stats to the log.
314
314
go run ./scripts/ci-report/main.go gotests.json | tee gotests_stats.json
315
315
316
- - uses : actions/upload-artifact@v3
317
- if : success() || failure()
318
- with :
319
- name : gotests-postgres.xml
320
- path : ./gotests.xml
321
- retention-days : 30
322
-
323
316
- uses : ./.github/actions/upload-datadog
324
- if : always ()
317
+ if : success() || failure ()
325
318
with :
326
319
api-key : ${{ secrets.DATADOG_API_KEY }}
327
320
You can’t perform that action at this time.
0 commit comments