Skip to content

Commit 16fd59e

Browse files
committed
[ci skip] Fix test results event file
1 parent 9dcbf0a commit 16fd59e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_results.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
with:
2323
run_id: ${{ github.event.workflow_run.id }}
2424
path: test_artifacts
25-
name: Test Results
25+
name: "Test Results|Event File"
26+
name_is_regexp: true
2627
- name: Publish Test Results
2728
uses: EnricoMi/publish-unit-test-result-action@v2
2829
with:

0 commit comments

Comments
 (0)