We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
database.yml
1 parent dd84b8e commit d43ad52Copy full SHA for d43ad52
.github/workflows/database.yml
@@ -44,6 +44,7 @@ jobs:
44
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDatabase.podspec --test-specs=unit --platforms=${{ matrix.target }}
45
46
integration:
47
+ # TODO: Remove this comment after testing.
48
# Don't run on private repo unless it is a PR.
49
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
50
runs-on: macos-15
0 commit comments