diff --git a/.github/workflows/scripts/release-test.sh b/.github/workflows/scripts/release-test.sh index a93cf3b8daa..37255cbdcfa 100644 --- a/.github/workflows/scripts/release-test.sh +++ b/.github/workflows/scripts/release-test.sh @@ -50,7 +50,9 @@ if [ -z "$GITHUB_RUN_NUMBER" ]; then fi # Create and checkout the release branch -create_and_checkout_release_branch || exit 1 +# create_and_checkout_release_branch || exit 1 + +git checkout -b fix-release-workflow # Execute dummy long-running process dummy_long_running_process || {