@@ -104,7 +104,7 @@ jobs:
104104 quickstart_framework_abtesting :
105105 # Don't run on private repo.
106106 # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
107- # needs: package-head
107+ needs : package-head
108108 env :
109109 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
110110 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -166,7 +166,7 @@ jobs:
166166 quickstart_framework_auth :
167167 # Don't run on private repo.
168168 # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
169- # needs: package-head
169+ needs : package-head
170170 env :
171171 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
172172 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -218,7 +218,7 @@ jobs:
218218 quickstart_framework_config :
219219 # Don't run on private repo.
220220 # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
221- # needs: package-head
221+ needs : package-head
222222 env :
223223 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
224224 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -270,7 +270,7 @@ jobs:
270270 quickstart_framework_crashlytics :
271271 # Don't run on private repo.
272272 # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
273- # needs: package-head
273+ needs : package-head
274274 env :
275275 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
276276 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -397,7 +397,7 @@ jobs:
397397 quickstart_framework_dynamiclinks :
398398 # Don't run on private repo.
399399 # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
400- # needs: package-head
400+ needs : package-head
401401 env :
402402 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
403403 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -457,7 +457,7 @@ jobs:
457457 quickstart_framework_firestore :
458458 # Don't run on private repo.
459459 # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
460- # needs: package-head
460+ needs : package-head
461461 env :
462462 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
463463 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -542,7 +542,7 @@ jobs:
542542 quickstart_framework_inappmessaging :
543543 # Don't run on private repo.
544544 # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
545- # needs: package-head
545+ needs : package-head
546546 env :
547547 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
548548 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -599,7 +599,7 @@ jobs:
599599 quickstart_framework_messaging :
600600 # Don't run on private repo.
601601 # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
602- # needs: package-head
602+ needs : package-head
603603 env :
604604 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
605605 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -655,7 +655,7 @@ jobs:
655655 quickstart_framework_storage :
656656 # Don't run on private repo.
657657 # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
658- # needs: package-head
658+ needs : package-head
659659 env :
660660 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
661661 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
0 commit comments