From 244be83d5df5e1a9e786bbef2a829427cdf0eb6d Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Thu, 1 Aug 2024 19:44:16 -0400 Subject: [PATCH] [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. --- .github/workflows/tools.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 95b44e0bed..07341b7fbf 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -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: