Don't create a status check on CI (breaks prs)

This commit is contained in:
jvyden 2021-12-22 17:21:47 -05:00
commit d1a13c1496
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -64,7 +64,7 @@ jobs:
uses: im-open/process-dotnet-test-results@v2.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
create-status-check: ${{ matrix.os.prettyName == 'Linux' && 'true' || 'false' }}
create-status-check: false
create-pr-comment: false
update-comment-if-one-exists: false