Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 23, 2024
1 parent b8415a8 commit 6059dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Unittest Results
name: Publish unit test results

on:
workflow_run:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
test-results:
name: Test Results
name: Process test results
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion != 'skipped'
permissions:
Expand Down

0 comments on commit 6059dad

Please sign in to comment.