Skip to content

Commit

Permalink
Merge branch 'publish-go-tip-test-report'
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Teoh committed Jan 6, 2024
2 parents 4497af6 + 2e4d6f6 commit 745b4c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests-go-tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 745b4c3

Please sign in to comment.