[PM-17939] Restrict test.yml coverage upload to On Push and Pull Request triggers (#4681)

This commit is contained in:
Álison Fernandes
2025-02-03 23:03:55 +00:00
committed by GitHub
parent 4b3ec1d918
commit b342f21cbb

View File

@@ -90,7 +90,7 @@ jobs:
contents: read
issues: write
pull-requests: write
if: success()
if: success() && (github.event_name == 'push' || github.event_name == 'pull_request')
steps:
- name: Download test artifacts