@@ -66,8 +66,9 @@ This document provides an overview of GitHub workflows, custom actions, and auto
6666
6767#### ` ipa.yaml ` - IPA Build
6868** File:** ` .github/workflows/ipa.yaml `
69- ** Triggers:** Manual dispatch
70- ** Purpose:** Creates IPA builds for distribution outside TestFlight/App Store.
69+ ** Triggers:** Manual dispatch, repository dispatch (triggers test run repository after build)
70+ ** Purpose:** Builds IPA file for the application. After successful build, triggers automated tests in the anytype-test repository.
71+ ** Purpose:** Builds IPA file for the application. Invoked from the test run repository for automated testing.
7172
7273---
7374
@@ -163,10 +164,11 @@ This document provides an overview of GitHub workflows, custom actions, and auto
163164
164165---
165166
166- #### ` test_fastlane_build.yaml ` - Fastlane Testing
167+ #### ` test_fastlane_build.yaml ` - Workflow Development Testing
167168** File:** ` .github/workflows/test_fastlane_build.yaml `
168169** Triggers:** Manual dispatch
169- ** Purpose:** Tests Fastlane configuration changes without full builds.
170+ ** Purpose:** Test workflow used when developing new GitHub workflows. Helps test workflow changes before merging to dev branch.
171+ ** Note:** Due to GitHub limitations, new workflow files are not visible in the Actions UI until merged into the dev branch.
170172
171173---
172174
@@ -409,5 +411,5 @@ jobs:
409411
410412---
411413
412- **Last Updated:** 2025-10-27
414+ **Last Updated:** 2025-10-29
413415**Maintainers:** iOS Team
0 commit comments