Skip to content

Commit 12a4a4b

Browse files
committed
release: set test plan and release branch
1 parent 6141e5d commit 12a4a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: checkout code
6161
uses: actions/checkout@v4
6262
with:
63-
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.2.0' }}
63+
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'release-v1.3.x' }}
6464

6565
- name: Set deployment_version as env variable
6666
run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./config/substrate/staging_nodes.json)" >> $GITHUB_ENV
@@ -72,7 +72,7 @@ jobs:
7272
elif [ ! -z "${{ inputs.execution }}" ]; then
7373
echo "TEST_EXECUTION=${{ inputs.execution }}" >> $GITHUB_ENV
7474
else
75-
echo "TEST_PLAN=ETCM-8452" >> $GITHUB_ENV
75+
echo "TEST_PLAN=ETCM-9105" >> $GITHUB_ENV
7676
fi
7777
7878
- name: set report_to_xray env variable

0 commit comments

Comments
 (0)