Skip to content

Commit

Permalink
Tmp allow writing results from PR to test
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro committed May 3, 2024
1 parent 42437f8 commit b688ce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/edr-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
benchmark-data-dir-path: bench
github-token: ${{ secrets.BENCHMARK_GITHUB_TOKEN }}
# Only save the data for main branch pushes. For PRs we only compare
auto-push: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
# auto-push: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
auto-push: true
alert-threshold: "110%"
# Only fail on pull requests, don't break CI in main
fail-on-alert: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit b688ce4

Please sign in to comment.