From 1dc544f8561f766ef1766002385ffeb4e9f85a1b Mon Sep 17 00:00:00 2001 From: Piotr Mlocek Date: Mon, 25 May 2026 12:12:04 -0700 Subject: [PATCH] ci(release): skip python rpm in gateway smoke test Signed-off-by: Piotr Mlocek --- .github/workflows/release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index c8c5de49e..fc0f47480 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -799,7 +799,7 @@ jobs: if: matrix.kind == 'rpm' run: | set -euo pipefail - dnf install -y ./package-input/*.rpm + dnf install -y ./package-input/openshell-[0-9]*.rpm ./package-input/openshell-gateway-*.rpm openshell-gateway --version # ---------------------------------------------------------------------------