Skip to content

Commit

Permalink
test: enable benchmark CI to push to github pages (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abingcbc authored Nov 27, 2024
1 parent 8479976 commit 09c2c55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ jobs:
last_commit_message=$(git log -1 --pretty=%B)
git -c user.name=github-action-benchmark -c [email protected] 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
Expand Down

0 comments on commit 09c2c55

Please sign in to comment.