Skip to content

Commit 48c8574

Browse files
committed
Temporarily disable more needs: package-head
1 parent 8129400 commit 48c8574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)