From 320aace4651894957993ee4afc214262ca0f78d2 Mon Sep 17 00:00:00 2001 From: Martin Kysel Date: Fri, 20 Dec 2024 10:17:22 -0500 Subject: [PATCH] Only bump the version of MLS in testnet-staging (#1438) --- .github/workflows/deploy-validation-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-validation-server.yml b/.github/workflows/deploy-validation-server.yml index 7edf39624..5758a8832 100644 --- a/.github/workflows/deploy-validation-server.yml +++ b/.github/workflows/deploy-validation-server.yml @@ -49,7 +49,7 @@ jobs: needs: push_to_registry strategy: matrix: - environment: [ dev, production, testnet ] + environment: [ dev, production, testnet-staging ] steps: - name: Checkout uses: actions/checkout@v4