From e1f54946368b33c1af5da9f4204558bcec106112 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 23 Apr 2026 21:52:31 +0100 Subject: [PATCH] ci: fix test performance agent run lookup --- .github/workflows/test-performance-agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-performance-agent.yml b/.github/workflows/test-performance-agent.yml index fb99d2d6280..a7645ffed47 100644 --- a/.github/workflows/test-performance-agent.yml +++ b/.github/workflows/test-performance-agent.yml @@ -78,7 +78,7 @@ jobs: day_start="$(date -u +%Y-%m-%dT00:00:00Z)" runs_json="$RUNNER_TEMP/test-performance-agent-runs.json" - gh api "repos/${GITHUB_REPOSITORY}/actions/workflows/test-performance-agent.yml/runs" \ + gh api --method GET "repos/${GITHUB_REPOSITORY}/actions/workflows/test-performance-agent.yml/runs" \ -f branch=main \ -f event=workflow_run \ -f per_page=50 > "$runs_json"