Skip to content

Commit

Permalink
fix: Disable summary-always due to bug
Browse files Browse the repository at this point in the history
This is currently broken - see this [issue](benchmark-action/github-action-benchmark#158).
  • Loading branch information
abensonca committed Sep 7, 2023
1 parent 5fb6aef commit 893acf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10115,7 +10115,7 @@ jobs:
name: Dark matter-only subhalos benchmarks
tool: 'customSmallerIsBetter'
output-file-path: benchmark_darkMatterOnlySubhalos.json
summary-always: true
summary-always: false
comment-on-alert: true
alert-comment-cc-users: '@abensonca'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -10142,7 +10142,7 @@ jobs:
name: Milky Way model benchmarks
tool: 'customSmallerIsBetter'
output-file-path: benchmark_milkyWay.json
summary-always: true
summary-always: false
comment-on-alert: true
alert-comment-cc-users: '@abensonca'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -10169,7 +10169,7 @@ jobs:
name: Dark matter-only subhalos benchmarks
tool: 'customSmallerIsBetter'
output-file-path: validate_darkMatterOnlySubhalos.json
summary-always: true
summary-always: false
comment-on-alert: true
alert-comment-cc-users: '@abensonca'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -10196,7 +10196,7 @@ jobs:
name: Milky Way model benchmarks
tool: 'customSmallerIsBetter'
output-file-path: validate_milkyWayModel.json
summary-always: true
summary-always: false
comment-on-alert: true
alert-comment-cc-users: '@abensonca'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 893acf0

Please sign in to comment.