From ca546ec8fbe07d76ab67fbd7480066a6b43cc156 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sun, 19 Jul 2026 19:29:58 +0300 Subject: [PATCH] re-enable ios job now that android is green Co-Authored-By: Claude Fable 5 --- .github/workflows/nightly-e2e.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml index b663e672e1..7c05112a72 100644 --- a/.github/workflows/nightly-e2e.yml +++ b/.github/workflows/nightly-e2e.yml @@ -29,8 +29,7 @@ env: jobs: ios: name: iOS Maestro E2E - # TODO(samuel): temporarily disabled while stabilizing Android; restore to: github.repository == 'bluesky-social/social-app' - if: false + if: github.repository == 'bluesky-social/social-app' runs-on: macos-26-xlarge timeout-minutes: 120 steps: