mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-01 09:48:37 +00:00
Don't create a status check on CI (breaks prs)
This commit is contained in:
parent
0208526850
commit
d1a13c1496
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
uses: im-open/process-dotnet-test-results@v2.0.2
|
uses: im-open/process-dotnet-test-results@v2.0.2
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
create-status-check: ${{ matrix.os.prettyName == 'Linux' && 'true' || 'false' }}
|
create-status-check: false
|
||||||
create-pr-comment: false
|
create-pr-comment: false
|
||||||
update-comment-if-one-exists: false
|
update-comment-if-one-exists: false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue