From 191eb3d4822caaec813a13172e32343af09305c1 Mon Sep 17 00:00:00 2001 From: Yash Singh Date: Fri, 19 Jun 2026 22:14:48 -0500 Subject: [PATCH] chore: run eas only when labelled --- .github/workflows/mobile-eas-preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mobile-eas-preview.yml b/.github/workflows/mobile-eas-preview.yml index 77d3bff06e5..a16763cb141 100644 --- a/.github/workflows/mobile-eas-preview.yml +++ b/.github/workflows/mobile-eas-preview.yml @@ -2,10 +2,12 @@ name: Mobile EAS Preview on: pull_request: + types: [opened, reopened, synchronize, labeled, unlabeled] jobs: preview: name: EAS Preview + if: contains(github.event.pull_request.labels.*.name, '🚀 Mobile Continuous Deployment') runs-on: blacksmith-8vcpu-ubuntu-2404 permissions: contents: read