X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fbenchmark.yml;h=68f07da7e3e30c9a01fe8b14419d7a7b54952959;hb=6a3d196a75cb6923b24d5b459777d44498fe072c;hp=196768626358d192b6f0b9fdff0e25bf95f438bc;hpb=f1c674cd6caabfbe46bc99d412611b4a91727c5f;p=poolifier.git diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 19676862..68f07da7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -11,6 +11,7 @@ permissions: jobs: internal-benchmark: + if: github.repository == 'poolifier/poolifier' name: Internal benchmark runs-on: ubuntu-latest steps: @@ -35,7 +36,7 @@ jobs: name: Internal benchmark tool: 'benchmarkjs' output-file-path: ./benchmarks/internal/output.txt - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.BENCHMARK_RESULTS_TOKEN }} auto-push: true alert-threshold: '200%' comment-on-alert: true