Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo committed Jul 12, 2024
1 parent dccf351 commit 6cb5efa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Benchmarks
permissions:
contents: write # contents permission to update benchmark contents in gh-pages branch
statuses: read
deployments: write # deployments permission to deploy GitHub pages website
contents: write # contents permission to update benchmark contents in gh-pages branch
statuses: read
deployments: write # deployments permission to deploy GitHub pages website

on:
pull_request:
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
comment-always: true
alert-threshold: "150%"
fail-on-alert: false
auto-push: true
auto-push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 6cb5efa

Please sign in to comment.