Skip to content

Commit 6059dad

Browse files
committed
Fixup
1 parent b8415a8 commit 6059dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Unittest Results
1+
name: Publish unit test results
22

33
on:
44
workflow_run:
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test-results:
12-
name: Test Results
12+
name: Process test results
1313
runs-on: ubuntu-latest
1414
if: github.event.workflow_run.conclusion != 'skipped'
1515
permissions:

0 commit comments

Comments
 (0)