diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4ea4673aa..2580cf88eb 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 browser test summary - run: npx github-actions-ctrf ghost/core/ctrf/ctrf-report.json + run: npx github-actions-ctrf flaky ghost/core/ctrf/ctrf-report.json if: always() env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}