mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-12-01 03:18:11 +03:00
skip coverage commenting and labels on main
(#16539)
This commit is contained in:
parent
ad267b19b1
commit
0a53976749
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -201,7 +201,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Remove previous coverage report comment and label from PR
|
||||
if: always()
|
||||
if: github.base_ref != '' && always()
|
||||
shell: bash
|
||||
env:
|
||||
COV_STATUS: ${{ env.COV_STATUS }}
|
||||
@ -222,7 +222,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Add diff coverage report comment to PR
|
||||
if: always()
|
||||
if: github.base_ref != '' && always()
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.sha }}
|
||||
COV_STATUS: ${{ env.COV_STATUS }}
|
||||
|
Loading…
Reference in New Issue
Block a user