Skip to content

Commit

Permalink
fixup! Automate running locust in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Nov 26, 2024
1 parent b9c138a commit 28be1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -f ../../data/bench.csv
git commit -m "⚡️(api) update benchmark database"
git push
git push origin "HEAD:${GITHUB_HEAD_REF}"
- name: Generate markdown table
run: |
echo -e "### Current benchmark\n" >> bench_admin_stats.md && \
Expand Down

0 comments on commit 28be1a0

Please sign in to comment.