From 313748a3535a8bd27dc063122d1c929b1edcaadf Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Fri, 14 May 2021 15:29:42 +0200 Subject: [PATCH] update comment mode to latest action script version (#2558) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00fabe488..90bfb7b77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -292,7 +292,7 @@ jobs: with: files: nim-beacon-chain/build/*.xml check_name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }} - comment_on_pr: false + comment_mode: off # Windows and macOS - name: Publish Unit Test Results @@ -301,7 +301,7 @@ jobs: with: files: nim-beacon-chain/build/*.xml check_name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }} - comment_on_pr: false + comment_mode: off - name: Run nim-beacon-chain testnet0 (minimal) if: matrix.target.TEST_KIND == 'finalization-minimal'