diff --git a/.github/workflows/ci-unit-tests-go-tip.yml b/.github/workflows/ci-unit-tests-go-tip.yml index 715dfa2b47f..60632d5668d 100644 --- a/.github/workflows/ci-unit-tests-go-tip.yml +++ b/.github/workflows/ci-unit-tests-go-tip.yml @@ -38,7 +38,7 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2 if: always() with: - check_name: Go Tip Unit Tests Summary + check_name: Unit Tests Summary junit_files: junit-report.xml # PR comments and check run will be performed by the "Unit Test Results" workflow. comment_mode: off diff --git a/.github/workflows/ci-unit-tests-report.yml b/.github/workflows/ci-unit-tests-report.yml index 2aab612d505..df37488ab85 100644 --- a/.github/workflows/ci-unit-tests-report.yml +++ b/.github/workflows/ci-unit-tests-report.yml @@ -8,7 +8,7 @@ on: jobs: unit-test-results: - name: Unit Test Results + name: ${{ github.event.workflow_run.name }} runs-on: ubuntu-latest if: github.event.workflow_run.conclusion != 'skipped'