fix(ci): Only run post_coverage_comment job on pull_request events (#588)

This commit is contained in:
Allen Hutchison 2025-05-28 17:09:13 -07:00 committed by GitHub
parent 9ee5eadac0
commit c413988ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ jobs:
name: Post Coverage Comment
runs-on: ubuntu-latest
needs: test
if: always()
if: always() && github.event_name == 'pull_request'
continue-on-error: true
permissions:
contents: read # For checkout