From 21cd66629248b00cd9fce9608f234b4cf1a7dc6c Mon Sep 17 00:00:00 2001 From: Zaine Date: Fri, 8 May 2026 14:49:07 +0100 Subject: [PATCH] zone 6 --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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