Skip to content

Commit

Permalink
Trying summary-always: true on the charts task
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 14, 2024
1 parent 713e347 commit b7a0c54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
comment-on-alert: true
fail-on-alert: true
alert-comment-cc-users: '@darrenge'
summary-always: true
summary-always: false
auto-push: false # needs to be false if using external-data-json-path

# Run `github-action-benchmark` action
Expand All @@ -101,4 +101,5 @@ jobs:
tool: 'benchmarkdotnet'
output-file-path: ./test/BDNPerfTests/BenchmarkDotNet.Artifacts/results/BDN.benchmark.${{ matrix.test }}-report-full-compressed.json
github-token: ${{ secrets.GITHUB_TOKEN }}
summary-always: true
auto-push: true

0 comments on commit b7a0c54

Please sign in to comment.