diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 258da124a9..8c907c3445 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -293,6 +293,12 @@ jobs: state run deploy-installers state run deploy-remote-installer + - # === Set restricted powershell permissions === + name: Restrict powershell permissions + if: runner.os == 'Windows' + shell: powershell + run: Set-ExecutionPolicy -ExecutionPolicy Restricted + - # === Integration Tests === name: Integration Tests id: integration_tests