Skip to content

Commit

Permalink
Disable reset for verify
Browse files Browse the repository at this point in the history
  • Loading branch information
KushaalShroff committed Dec 30, 2024
1 parent 28cc8fc commit 3de8605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/composite-actions/run-verify-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
touch dummy_schedule
echo "all" > dummy_schedule
export scheduleFile=dummy_schedule
export isUpgradeTestMode=false
export isUpgradeTestMode=true
if [[ ${{ inputs.server_collation_name }} != "default" ]]; then
export serverCollationName=${{ inputs.server_collation_name }}
fi
Expand Down

0 comments on commit 3de8605

Please sign in to comment.