Skip to content

Commit

Permalink
run benchmark only for source repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir017 authored Dec 8, 2023
1 parent 104442f commit e3df7b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
benchmark:
name: Performance regression check
runs-on: ubuntu-latest
if: github.repository == 'fluentassertions/fluentassertions.analyzers'
steps:
- uses: actions/checkout@v3
- name: Setup .NET
Expand All @@ -28,4 +29,4 @@ jobs:
auto-push: true
alert-threshold: '200%'
comment-on-alert: true
fail-on-alert: true
fail-on-alert: true

0 comments on commit e3df7b7

Please sign in to comment.