From 021ed7e583b4c5be2cae1c5e3cc9729f830f4609 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Tue, 20 Jan 2026 15:51:21 +0200 Subject: [PATCH] Update build-ios-release.yml (#9437) (#9438) disable intune in the release build (cherry picked from commit 944a5421105c0b41cffcf684372be5029369a07f) Co-authored-by: Elias Nahum --- .github/workflows/build-ios-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ios-release.yml b/.github/workflows/build-ios-release.yml index f34c4eb30..27e125b8a 100644 --- a/.github/workflows/build-ios-release.yml +++ b/.github/workflows/build-ios-release.yml @@ -11,7 +11,7 @@ on: env: NODE_VERSION: 22.14.0 TERM: xterm - INTUNE_ENABLED: 1 + INTUNE_ENABLED: 0 jobs: test: