Skip to content

Commit

Permalink
Fix push gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaytak committed Aug 3, 2023
1 parent d8fab7e commit 18f4f6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/benchmark-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
tool: 'benchmarkdotnet'
output-file-path: tests/Microsoft.Identity.Test.Performance/BenchmarkDotNet.Artifacts/results/Microsoft.Identity.Test.Performance.AcquireTokenNoCacheTests-report-full-compressed.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
auto-push: false
external-data-json-path: ./cache/benchmark-data.json
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '1%'
Expand All @@ -48,3 +48,6 @@ jobs:
summary-always: true
gh-pages-branch: gh-pages
benchmark-data-dir-path: benchmarks

- name: Publish Gibhub Pages
run: git push origin gh-pages

0 comments on commit 18f4f6f

Please sign in to comment.