Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jan 9, 2024
1 parent d664d92 commit b3d029d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/benchmark-action/github-action-benchmark
name: Continuous benchmarking
on:
pull_request:
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:
comment-on-alert: true
fail-on-alert: true
- name: AAA
run: echo 'https://${{ GITHUB_REPOSITORY_OWNER }}@sss'
run: echo 'https://$GITHUB_REPOSITORY_OWNER@sss'
- name: Push benchmarks results
if: github.event_name != 'pull_request'
run: git push 'https://sungam3r:${{ secrets.GITHUB_TOKEN }}@github.com/sungam3r/SteroidsDI.git' gh-pages:gh-pages

0 comments on commit b3d029d

Please sign in to comment.