diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7101ac04a2..931f28f727 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -76,6 +76,6 @@ jobs: with: files: 'test-results/**/*.trx' check_name: NUnit Tests - comment_mode: always + comment_mode: ${{ github.event_name == 'pull_request' && 'always' || 'off' }} job_summary: true fail_on: test failures