diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2fa06ff..30095bb 100755 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,7 +27,7 @@ jobs: run: npm install - name: Run gated analysis - shell: pwsh + if: always() env: DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} - run: /snap/bin/pwsh ./scripts/gated-analysis.ps1 \ No newline at end of file + run: /snap/bin/pwsh -NoProfile -File ./scripts/gated-analysis.ps1 \ No newline at end of file