diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10f1d0429c..c611103d51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -351,7 +351,7 @@ jobs: STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }} - name: Publish flaky test results - run: npx github-actions-ctrf flaky ghost/core/ctrf/ctrf-report.json --pr-comment + run: npx github-actions-ctrf flaky ghost/core/ctrf/ctrf-report.json --pr-comment --title "Browser Test Summary" if: always() env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}