Skip to content

Commit eae8a16

Browse files
Copilotxperiandri
andauthored
ci: scope preview publishing to ubuntu trx artifact
Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent 2fedc75 commit eae8a16

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ jobs:
8989
- name: Download test results
9090
uses: actions/download-artifact@v5
9191
with:
92-
pattern: test-results-*
92+
name: test-results-ubuntu-22.04
9393
path: test-results
94-
merge-multiple: true
9594

9695
- name: Publish test results
9796
if: ${{ hashFiles('test-results/**/*.trx') != '' }}

0 commit comments

Comments
 (0)