From a3afd3236ee0acffc04f35afb2eed64990cf4780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Sporny?= Date: Tue, 18 Feb 2025 14:29:28 +0100 Subject: [PATCH] chore: run staging e2e tests from proper tag (#503) --- .github/workflows/staging.yml | 2 +- e2e-tests/config/substrate/staging_nodes.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 1ac00215b..fbe2e0285 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -60,7 +60,7 @@ jobs: - name: checkout code uses: actions/checkout@v4 with: - ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'master' }} + ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.5.0' }} - name: Set deployment_version as env variable run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./e2e-tests/config/substrate/staging_nodes.json)" >> $GITHUB_ENV diff --git a/e2e-tests/config/substrate/staging_nodes.json b/e2e-tests/config/substrate/staging_nodes.json index b709e32d4..008e1267b 100644 --- a/e2e-tests/config/substrate/staging_nodes.json +++ b/e2e-tests/config/substrate/staging_nodes.json @@ -2,7 +2,7 @@ "deployment_mc_epoch": 840, "initial_pc_epoch": 4831354, "genesis_utxo": "de7b8efb08243b770be30cfa22a9ed64317c50052bb4394392960ddcc9810048#1", - "deployment_version": "v1.5.0-rc10", + "deployment_version": "v1.5.0", "test_environment": "staging", "nodes_config": { "nodes": {