Skip to content

Commit

Permalink
chore(ci): do not mark master as failing due to benchmark (#2913)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Oct 5, 2024
1 parent d3049ae commit 628f965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
max-items-in-chart: 100
# Show alert with commit comment on detecting possible performance regression
alert-threshold: "120%"
fail-on-alert: true
fail-on-alert: false
comment-on-alert: true
alert-comment-cc-users: "@ajnavarro,@thehowl,@zivkovicmilos"
# Enable Job Summary for PRs
Expand Down

0 comments on commit 628f965

Please sign in to comment.