File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 40
40
external-data-json-path : ./cache/benchmark-data.json
41
41
# Workflow will fail when an alert happens
42
42
fail-on-alert : true
43
+ # Show data in the job summary
44
+ summary-always : true
43
45
# Upload the updated cache file for the next job by actions/cache
Original file line number Diff line number Diff line change @@ -254,6 +254,8 @@ jobs:
254
254
external-data-json-path : ./cache/benchmark-data.json
255
255
# Workflow will fail when an alert happens
256
256
fail-on-alert : true
257
+ # Show data in the job summary
258
+ summary-always : true
257
259
# Upload the updated cache file for the next job by actions/cache
258
260
259
261
minio-redis :
@@ -507,4 +509,6 @@ jobs:
507
509
external-data-json-path : ./cache/benchmark-data.json
508
510
# Workflow will fail when an alert happens
509
511
fail-on-alert : true
512
+ # Show data in the job summary
513
+ summary-always : true
510
514
# Upload the updated cache file for the next job by actions/cache
You can’t perform that action at this time.
0 commit comments