Skip to content

Commit fb94749

Browse files
committed
add todo to firestore and disable firebasepod
1 parent bb9187b commit fb94749

File tree

2 files changed

+36
-34
lines changed

2 files changed

+36
-34
lines changed

.github/workflows/firebasepod.yml

+35-34
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,41 @@
1-
name: firebasepod
1+
# TODO(Swift 6): Re-enable these tests.
2+
# name: firebasepod
23

3-
# Verify that the Firebase.podspec will successfully `pod install`.
4+
# # Verify that the Firebase.podspec will successfully `pod install`.
45

5-
on:
6-
pull_request:
7-
paths:
8-
- '*.podspec'
9-
- 'CoreOnly/**'
10-
- '.github/workflows/firebasepod.yml'
11-
- 'Gemfile*'
12-
schedule:
13-
# Run every day at 1am (PST) - cron uses UTC times
14-
- cron: '0 9 * * *'
6+
# on:
7+
# pull_request:
8+
# paths:
9+
# - '*.podspec'
10+
# - 'CoreOnly/**'
11+
# - '.github/workflows/firebasepod.yml'
12+
# - 'Gemfile*'
13+
# schedule:
14+
# # Run every day at 1am (PST) - cron uses UTC times
15+
# - cron: '0 9 * * *'
1516

16-
concurrency:
17-
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
18-
cancel-in-progress: true
17+
# concurrency:
18+
# group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
19+
# cancel-in-progress: true
1920

20-
jobs:
21-
installation-test:
22-
# Don't run on private repo unless it is a PR.
23-
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
21+
# jobs:
22+
# installation-test:
23+
# # Don't run on private repo unless it is a PR.
24+
# if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
2425

25-
runs-on: macos-latest
26+
# runs-on: macos-latest
2627

27-
steps:
28-
- uses: actions/checkout@v4
29-
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
30-
with:
31-
cache_key: firebasepod
32-
- uses: ruby/setup-ruby@v1
33-
- name: Setup Bundler
34-
run: scripts/setup_bundler.sh
35-
- name: Xcode
36-
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
37-
- name: Prereqs
38-
run: scripts/install_prereqs.sh FirebasePod iOS
39-
- name: Build
40-
run: scripts/build.sh FirebasePod iOS
28+
# steps:
29+
# - uses: actions/checkout@v4
30+
# - uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
31+
# with:
32+
# cache_key: firebasepod
33+
# - uses: ruby/setup-ruby@v1
34+
# - name: Setup Bundler
35+
# run: scripts/setup_bundler.sh
36+
# - name: Xcode
37+
# run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
38+
# - name: Prereqs
39+
# run: scripts/install_prereqs.sh FirebasePod iOS
40+
# - name: Build
41+
# run: scripts/build.sh FirebasePod iOS

.github/workflows/firestore.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# TODO(Swift 6): Re-enable these tests.
12
# Copyright 2020 Google LLC
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)