Skip to content

Commit 403ed68

Browse files
authored
Merge pull request #729 from js6pak/patch-1
Only comment test results on failure
2 parents bd3c354 + 5249d19 commit 403ed68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-results-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
check_name: Test Results
4848
files: test-results/**/*.trx
4949
fail_on: 'test failures'
50-
comment_mode: 'always'
50+
comment_mode: 'failures'
5151
use_emojis: true
5252

5353
commit: ${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)