[ci] Disable check run and comments for robotbuilder CI (#6890)

It won't add them to PRs anyway because it doesn't have permissions, but the check run gets added to a random workflow in non-PR builds.
This commit is contained in:
Ryan Blue
2024-08-01 19:44:16 -04:00
committed by GitHub
parent 1ccc4354b0
commit 244be83d5d

View File

@@ -74,6 +74,8 @@ jobs:
with:
files: |
build/test-results/test/TEST*.xml
check_run: false
comment_mode: off
- uses: actions/upload-artifact@v4
if: always()
with: