Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored Sep 6, 2024
1 parent 39b2957 commit ba08922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
tool: 'jmh'
output-file-path: 'aggregated.json'
gh-repository: 'github.com/krzema12/snakeyaml-engine-kmp-benchmarks'
github-token: '${{ secrets.PUBLISH_BENCHMARK_RESULTS }}'
auto-push: '${{ github.repository == ''krzema12/snakeyaml-engine-kmp'' && github.event_name != ''pull_request'' }}'
summary-always: 'true'
comment-on-alert: 'true'
alert-threshold: '150%'
fail-threshold: '200%'
github-token: '${{ secrets.PUBLISH_BENCHMARK_RESULTS }}'
auto-push: '${{ github.repository == ''krzema12/snakeyaml-engine-kmp'' && github.event_name != ''pull_request'' }}'

0 comments on commit ba08922

Please sign in to comment.