Skip to content

Commit

Permalink
release: set test plan and release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Dec 19, 2024
1 parent 6141e5d commit 12a4a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 12a4a4b

Please sign in to comment.