skip coverage commenting and labels on main (#16539)

This commit is contained in:
Kyle Altendorf 2023-10-06 11:08:08 -04:00 committed by GitHub
parent ad267b19b1
commit 0a53976749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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