Skip to content

Commit dac5399

Browse files
committed
fix: ai GHA needs clause inconsistency
1 parent f329794 commit dac5399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
!quickstart-ios/**/GoogleService-Info.plist
458458
459459
quickstart_framework_firebaseai:
460-
needs: package-head
460+
needs: packaging_done
461461
if: ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '') }}
462462
env:
463463
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}

0 commit comments

Comments
 (0)