update comment mode to latest action script version (#2558)

This commit is contained in:
Jacek Sieka 2021-05-14 15:29:42 +02:00 committed by GitHub
parent 0022015a91
commit 313748a353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'