From 28be1a0d96a4e3c56d57a8c271cbaa0c46370ac0 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Tue, 26 Nov 2024 17:26:06 +0100 Subject: [PATCH] fixup! Automate running locust in the CI --- .github/workflows/api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 9732a8c1..8d34a977 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -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 && \