diff --git a/.github/scripts/windows/build.bat b/.github/scripts/windows/build.bat index ebe08c86b5ea9..65f40fb9462a7 100644 --- a/.github/scripts/windows/build.bat +++ b/.github/scripts/windows/build.bat @@ -1,5 +1,3 @@ -@echo off - if /i "%GITHUB_ACTIONS%" neq "True" ( echo for CI only exit /b 3 diff --git a/.github/scripts/windows/test.bat b/.github/scripts/windows/test.bat index 510e9bc78f4ed..1a24564697219 100644 --- a/.github/scripts/windows/test.bat +++ b/.github/scripts/windows/test.bat @@ -1,5 +1,3 @@ -@echo off - if /i "%GITHUB_ACTIONS%" neq "True" ( echo for CI only exit /b 3 diff --git a/.github/scripts/windows/test_task.bat b/.github/scripts/windows/test_task.bat index c65c33c938e45..dfe9eff9cba8c 100644 --- a/.github/scripts/windows/test_task.bat +++ b/.github/scripts/windows/test_task.bat @@ -1,5 +1,3 @@ -@echo off - if /i "%GITHUB_ACTIONS%" neq "True" ( echo for CI only exit /b 3