Skip to content

Commit 43b41e7

Browse files
committed
IOS-5364 Update workflow documentation for test_fastlane_build and ipa workflows
1 parent cec2507 commit 43b41e7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/WORKFLOWS_REFERENCE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ 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, workflow call (called from test run repository)
70+
**Purpose:** Builds IPA file for the application. Invoked from the test run repository for automated testing.
7171

7272
---
7373

@@ -163,10 +163,11 @@ This document provides an overview of GitHub workflows, custom actions, and auto
163163

164164
---
165165

166-
#### `test_fastlane_build.yaml` - Fastlane Testing
166+
#### `test_fastlane_build.yaml` - Workflow Development Testing
167167
**File:** `.github/workflows/test_fastlane_build.yaml`
168168
**Triggers:** Manual dispatch
169-
**Purpose:** Tests Fastlane configuration changes without full builds.
169+
**Purpose:** Test workflow used when developing new GitHub workflows. Helps test workflow changes before merging to dev branch.
170+
**Note:** Due to GitHub limitations, new workflow files are not visible in the Actions UI until merged into the dev branch.
170171

171172
---
172173

@@ -409,5 +410,5 @@ jobs:
409410

410411
---
411412

412-
**Last Updated:** 2025-10-27
413+
**Last Updated:** 2025-10-29
413414
**Maintainers:** iOS Team

0 commit comments

Comments
 (0)