From 09c2c55ca61676d8b493cf7b42fde556d2f7e381 Mon Sep 17 00:00:00 2001 From: Bingchang Chen Date: Wed, 27 Nov 2024 17:47:12 +0800 Subject: [PATCH] test: enable benchmark CI to push to github pages (#1930) --- .github/workflows/benchmark.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 2f29670fca..4d25ec065f 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -111,9 +111,8 @@ jobs: last_commit_message=$(git log -1 --pretty=%B) git -c user.name=github-action-benchmark -c user.email=github@users.noreply.github.com commit --amend -m "$last_commit_message" - # TODO: Push gh-pages branch by github-action-bot - # - name: Push benchmark result - # run: git push 'https://alibaba:${{ secrets.GITHUB_TOKEN }}@github.com/alibaba/ilogtail.git' gh-pages:gh-pages + - name: Push benchmark result + run: git push 'https://alibaba:${{ secrets.GITHUB_TOKEN }}@github.com/alibaba/ilogtail.git' gh-pages:gh-pages result: if: github.event.pull_request.merged == true