Skip to content

Commit

Permalink
Always comment PRs and add permissions for GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Mar 4, 2025
1 parent 94119e6 commit 5a8870f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gpu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

permissions:
pull-requests: write
deployments: write
contents: write

jobs:
benchmark:
Expand Down Expand Up @@ -54,6 +56,7 @@ jobs:
external-data-json-path: ./cache/benchmark-data.json
fail-on-alert: true
summary-always: true
comment-always: true
alert-threshold: 150%
auto-push: false
gh-pages-branch: gh-pages
Expand Down

0 comments on commit 5a8870f

Please sign in to comment.