From c698c039550b1c45c32fb2d50540452e25550af0 Mon Sep 17 00:00:00 2001 From: Tim Yao <31641325+tim-yao@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:43:51 +1000 Subject: [PATCH] Turn off check runs for test report We want test report as action summary only --- .github/actions/test-report/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/test-report/action.yml b/.github/actions/test-report/action.yml index a617c09d..0a9f3b4f 100644 --- a/.github/actions/test-report/action.yml +++ b/.github/actions/test-report/action.yml @@ -22,3 +22,4 @@ runs: detailed_summary: true include_passed: false check_name: ${{ inputs.report_name }} + annotate_only: true