From c3fc52526a9c9c6cfe956f73910be2d5ec69b4c7 Mon Sep 17 00:00:00 2001 From: Lior Sventitzky Date: Wed, 19 Feb 2025 17:22:21 +0200 Subject: [PATCH] fix pypi cd (#3209) Signed-off-by: lior sventitzky --- .github/workflows/pypi-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-cd.yml b/.github/workflows/pypi-cd.yml index e3a2f511d4..de4d884435 100644 --- a/.github/workflows/pypi-cd.yml +++ b/.github/workflows/pypi-cd.yml @@ -47,7 +47,7 @@ jobs: | .RUNNER = ( if (.RUNNER | type == "array") then (.RUNNER | map(if . == "ephemeral" then "persistent" else . end)) - else (if . == "ephemeral" then "persistent" else . end) + else (if .RUNNER == "ephemeral" then "persistent" else .RUNNER end) end ) )' < .github/json_matrices/build-matrix.json | jq -c .)