From 48fdb6389a78d7c357565268a68d1705706f453f Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Thu, 14 Dec 2023 20:33:34 -0600 Subject: [PATCH] Rename benchmarks branch to gh-pages (#3581) Fixes #3580 --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 2d7a6efd733..1036cb75400 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -43,7 +43,7 @@ jobs: name: OpenTelemetry Python SDK Benchmarks - Python ${{ env[matrix.python-version ]}} - SDK tool: pytest output-file-path: opentelemetry-sdk/tests/output.json - gh-pages-branch: benchmarks + gh-pages-branch: gh-pages github-token: ${{ secrets.GITHUB_TOKEN }} # Make a commit on `gh-pages` with benchmarks from previous step benchmark-data-dir-path: "benchmarks"