Skip to content

Commit c85e6e7

Browse files
authored
repo: upload petri results for new pipeline names (#2192)
Looks like we aren't getting logs in our test results repo. The pipeline that uploads the logs matches on workflow name, which has changed.
1 parent 19460df commit c85e6e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/upload-petri-results.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
types:
66
- completed
77
workflows:
8-
- '\[flowey\] OpenVMM CI'
9-
- '\[flowey\] OpenVMM PR'
8+
- 'OpenVMM CI'
9+
- 'OpenVMM PR'
10+
- '\[Optional\] OpenVMM Release PR'
1011

1112
permissions:
1213
id-token: write

0 commit comments

Comments
 (0)