Skip to content

Commit f3064cd

Browse files
authored
fix: Update firebaseai.yml behavior for forks (#15480)
1 parent 1fc156e commit f3064cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/firebaseai.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
setup_command: scripts/update_vertexai_responses.sh
3737

3838
testapp-integration:
39+
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
3940
strategy:
4041
matrix:
4142
target: [iOS]
@@ -90,6 +91,7 @@ jobs:
9091
setup_command: scripts/update_vertexai_responses.sh
9192

9293
quickstart:
94+
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
9395
strategy:
9496
matrix:
9597
include:

0 commit comments

Comments
 (0)