diff --git a/.github/scripts/windows/build.bat b/.github/scripts/windows/build.bat index ebe08c86b5e..65f40fb9462 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 510e9bc78f4..1a245646972 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 c65c33c938e..dfe9eff9cba 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