Skip to content

Commit 5caaeea

Browse files
authored
Partial Revert "[Infra] Update appdistribution.yml" (#15216)
1 parent 683273b commit 5caaeea

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/appdistribution.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
jobs:
25-
# spm:
26-
# uses: ./.github/workflows/common.yml
27-
# with:
28-
# target: AppDistributionUnit
29-
# platforms: iOS
25+
spm:
26+
uses: ./.github/workflows/common.yml
27+
with:
28+
target: AppDistributionUnit
29+
platforms: iOS
3030

31-
# catalyst:
32-
# uses: ./.github/workflows/common_catalyst.yml
33-
# with:
34-
# product: FirebaseAppDistribution
35-
# target: FirebaseAppDistribution-Unit-unit
31+
catalyst:
32+
uses: ./.github/workflows/common_catalyst.yml
33+
with:
34+
product: FirebaseAppDistribution
35+
target: FirebaseAppDistribution-Unit-unit
3636

37-
# pod_lib_lint:
38-
# uses: ./.github/workflows/common_cocoapods.yml
39-
# with:
40-
# product: FirebaseAppDistribution
41-
# platforms: iOS # App Distro only supports iOS.
37+
pod_lib_lint:
38+
uses: ./.github/workflows/common_cocoapods.yml
39+
with:
40+
product: FirebaseAppDistribution
41+
platforms: iOS # App Distro only supports iOS.
4242

4343
appdistribution-cron-only:
44-
# if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
44+
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
4545

4646
runs-on: macos-15
4747
strategy:

0 commit comments

Comments
 (0)