From ea3244367e947dd1b4b294fef8e90354716a0561 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Tue, 17 Mar 2026 11:37:11 +0200 Subject: [PATCH] Fix Windows PR build (#509) --- .github/workflows/pr-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 6b2c7272..44e0da4b 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -10,7 +10,7 @@ concurrency: permissions: issues: write - pull-requests: read + pull-requests: write actions: read jobs: @@ -25,6 +25,7 @@ jobs: steps: - name: React to comment + continue-on-error: true uses: actions/github-script@v7 with: script: |