Skip to content

Commit

Permalink
Temporarily disable more needs: package-head
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 7, 2024
1 parent 8129400 commit 48c8574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
quickstart_framework_database:
# Don't run on private repo.
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
needs: package-head
# needs: package-head
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
check_framework_firestore_symbols:
# Don't run on private repo.
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
needs: package-head
# needs: package-head
env:
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
runs-on: macos-13
Expand Down

0 comments on commit 48c8574

Please sign in to comment.