File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -22,26 +22,26 @@ concurrency:
22
22
cancel-in-progress : true
23
23
24
24
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
30
30
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
36
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.
37
+ pod_lib_lint :
38
+ uses : ./.github/workflows/common_cocoapods.yml
39
+ with :
40
+ product : FirebaseAppDistribution
41
+ platforms : iOS # App Distro only supports iOS.
42
42
43
43
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'
45
45
46
46
runs-on : macos-15
47
47
strategy :
You can’t perform that action at this time.
0 commit comments