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.
1 parent 1fc156e commit f3064cdCopy full SHA for f3064cd
.github/workflows/firebaseai.yml
@@ -36,6 +36,7 @@ jobs:
36
setup_command: scripts/update_vertexai_responses.sh
37
38
testapp-integration:
39
+ if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
40
strategy:
41
matrix:
42
target: [iOS]
@@ -90,6 +91,7 @@ jobs:
90
91
92
93
quickstart:
94
95
96
97
include:
0 commit comments