mirror of
https://github.com/bitwarden/android.git
synced 2026-05-10 05:49:44 -05:00
[PM-17939] Restrict test.yml coverage upload to On Push and Pull Request triggers (#4681)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user