Skip to content

Commit

Permalink
Merge branch 'lowrank' of github.com:Red-Portal/AdvancedVI.jl into lo…
Browse files Browse the repository at this point in the history
…wrank
  • Loading branch information
Red-Portal committed Sep 11, 2024
2 parents 894a849 + e4bff67 commit f1cabba
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

permissions:
contents: write
pull-requests: write
issues: write

jobs:
benchmark:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,10 +48,10 @@ jobs:
name: Benchmark Results
tool: 'julia'
output-file-path: bench/benchmark_results.json
summary-always: true
summary-always: ${{ !github.event.pull_request.head.repo.fork }} # Disable summary for PRs from forks
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-always: true
alert-threshold: "200%"
fail-on-alert: true
benchmark-data-dir-path: benchmarks
auto-push: false
comment-always: ${{ !github.event.pull_request.head.repo.fork }} # Disable comments for PRs from forks
auto-push: ${{ !github.event.pull_request.head.repo.fork }} # Disable push for PRs from forks

0 comments on commit f1cabba

Please sign in to comment.