Skip to content

Commit 683273b

Browse files
authored
[Infra] Update appdistribution.yml (#15214)
1 parent 69ad8a4 commit 683273b

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

.github/workflows/appdistribution.yml

Lines changed: 20 additions & 18 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
30-
31-
catalyst:
32-
uses: ./.github/workflows/common_catalyst.yml
33-
with:
34-
product: FirebaseAppDistribution
35-
target: FirebaseAppDistribution-Unit-unit
36-
37-
pod_lib_lint:
38-
uses: ./.github/workflows/common_cocoapods.yml
39-
with:
40-
product: FirebaseAppDistribution
41-
platforms: iOS # App Distro only supports iOS.
25+
# spm:
26+
# uses: ./.github/workflows/common.yml
27+
# with:
28+
# target: AppDistributionUnit
29+
# platforms: iOS
30+
31+
# catalyst:
32+
# uses: ./.github/workflows/common_catalyst.yml
33+
# with:
34+
# product: FirebaseAppDistribution
35+
# target: FirebaseAppDistribution-Unit-unit
36+
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:
@@ -54,6 +54,8 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v4
5656
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
57+
- name: Setup Xcode
58+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
5759
- name: Setup Bundler
5860
run: scripts/setup_bundler.sh
5961
- name: PodLibLint App Distribution Cron

0 commit comments

Comments
 (0)