Commit e4505b768 for imagemagick.org

commit e4505b7680f59578c6ea15b2d04c4020e82a9395
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Tue May 19 21:57:39 2026 +0200

    Added condition to disable msix preparation in a pull request.

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b9317e465..ff44f02cd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -632,6 +632,7 @@ jobs:

   prepare_msix:
     name: Prepare Msix
+    if: github.event_name != 'pull_request'
     runs-on: ubuntu-24.04

     steps: