We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6141e5d commit 12a4a4bCopy full SHA for 12a4a4b
.github/workflows/staging.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: checkout code
61
uses: actions/checkout@v4
62
with:
63
- 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' }}
64
65
- name: Set deployment_version as env variable
66
run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./config/substrate/staging_nodes.json)" >> $GITHUB_ENV
@@ -72,7 +72,7 @@ jobs:
72
elif [ ! -z "${{ inputs.execution }}" ]; then
73
echo "TEST_EXECUTION=${{ inputs.execution }}" >> $GITHUB_ENV
74
else
75
- echo "TEST_PLAN=ETCM-8452" >> $GITHUB_ENV
+ echo "TEST_PLAN=ETCM-9105" >> $GITHUB_ENV
76
fi
77
78
- name: set report_to_xray env variable
0 commit comments