Skip to content

Commit

Permalink
Revert "[PM-17939] Restrict test.yml coverage upload to On Push and P…
Browse files Browse the repository at this point in the history
…ull Request triggers (#4681)" (#4705)
  • Loading branch information
SaintPatrck authored Feb 10, 2025
1 parent 2e357e3 commit caa0d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
contents: read
issues: write
pull-requests: write
if: success() && (github.event_name == 'push' || github.event_name == 'pull_request')
if: success()

steps:
- name: Download test artifacts
Expand Down

0 comments on commit caa0d3c

Please sign in to comment.