From b342f21cbb9baa9ce7457f601577203042975431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Mon, 3 Feb 2025 23:03:55 +0000 Subject: [PATCH] [PM-17939] Restrict test.yml coverage upload to On Push and Pull Request triggers (#4681) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b22e8c2b91..ffb28823e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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