File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 80
80
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/build.sh Messaging all)
81
81
82
82
quickstart :
83
- # Don't run on private repo unless it is a PR.
84
- if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
85
83
uses : ./.github/workflows/common_quickstart.yml
86
84
strategy :
87
85
matrix :
Original file line number Diff line number Diff line change 84
84
# product: FirebaseRemoteConfig
85
85
86
86
quickstart :
87
- # Don't run on private repo unless it is a PR.
88
- if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
89
87
uses : ./.github/workflows/common_quickstart.yml
90
88
with :
91
89
product : Config
You can’t perform that action at this time.
0 commit comments