From 535ec619de21fe1ce6e528feefde9063b07e7828 Mon Sep 17 00:00:00 2001 From: spypsy Date: Wed, 18 Mar 2026 17:53:04 +0000 Subject: [PATCH] fix: always deploy IRM for testnet --- .github/workflows/deploy-network.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-network.yml b/.github/workflows/deploy-network.yml index fbe634adef15..c2d4edb62338 100644 --- a/.github/workflows/deploy-network.yml +++ b/.github/workflows/deploy-network.yml @@ -228,7 +228,7 @@ jobs: update-irm: needs: deploy-network - if: contains(inputs.network, 'testnet') && !contains(inputs.semver, '-') + if: contains(inputs.network, 'testnet') uses: ./.github/workflows/deploy-irm.yml secrets: inherit with: