File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ jobs:
345345 quickstart_framework_database :
346346 # Don't run on private repo.
347347 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
348- needs : package-head
348+ # needs: package-head
349349 env :
350350 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
351351 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -511,7 +511,7 @@ jobs:
511511 check_framework_firestore_symbols :
512512 # Don't run on private repo.
513513 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
514- needs : package-head
514+ # needs: package-head
515515 env :
516516 FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
517517 runs-on : macos-13
You can’t perform that action at this time.
0 commit comments