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:
2222 cancel-in-progress : true
2323
2424jobs :
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 :
You can’t perform that action at this time.
0 commit comments