From 12a4a4b31786ab56e37fb3314b1ec1df0c94119a Mon Sep 17 00:00:00 2001 From: ladamesny Date: Thu, 19 Dec 2024 11:36:41 -0500 Subject: [PATCH] release: set test plan and release branch --- .github/workflows/staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 6e41a33e5..fed634e27 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 || 'v1.2.0' }} + ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'release-v1.3.x' }} - name: Set deployment_version as env variable run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./config/substrate/staging_nodes.json)" >> $GITHUB_ENV @@ -72,7 +72,7 @@ jobs: elif [ ! -z "${{ inputs.execution }}" ]; then echo "TEST_EXECUTION=${{ inputs.execution }}" >> $GITHUB_ENV else - echo "TEST_PLAN=ETCM-8452" >> $GITHUB_ENV + echo "TEST_PLAN=ETCM-9105" >> $GITHUB_ENV fi - name: set report_to_xray env variable