Skip to content

Commit 9ddd66d

Browse files
committed
restore cron
1 parent a6e438c commit 9ddd66d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/zip.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
package:
3838
# Don't run on private repo.
39-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
39+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
4040
needs: build
4141
runs-on: macOS-latest
4242
steps:
@@ -58,7 +58,7 @@ jobs:
5858

5959
quickstart_framework_abtesting:
6060
# Don't run on private repo.
61-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
61+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
6262
needs: package
6363
env:
6464
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -103,7 +103,7 @@ jobs:
103103

104104
quickstart_framework_auth:
105105
# Don't run on private repo.
106-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
106+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
107107
needs: package
108108
env:
109109
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -147,7 +147,7 @@ jobs:
147147

148148
quickstart_framework_config:
149149
# Don't run on private repo.
150-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
150+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
151151
needs: package
152152
env:
153153
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -188,7 +188,7 @@ jobs:
188188

189189
quickstart_framework_crashlytics:
190190
# Don't run on private repo.
191-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
191+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
192192
needs: package
193193
env:
194194
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -238,7 +238,7 @@ jobs:
238238

239239
quickstart_framework_database:
240240
# Don't run on private repo.
241-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
241+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
242242
needs: package
243243
env:
244244
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -283,7 +283,7 @@ jobs:
283283

284284
quickstart_framework_dynamiclinks:
285285
# Don't run on private repo.
286-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
286+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
287287
needs: package
288288
env:
289289
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -333,7 +333,7 @@ jobs:
333333

334334
quickstart_framework_firestore:
335335
# Don't run on private repo.
336-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
336+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
337337
needs: package
338338
env:
339339
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -376,7 +376,7 @@ jobs:
376376

377377
quickstart_framework_inappmessaging:
378378
# Don't run on private repo.
379-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
379+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
380380
needs: package
381381
env:
382382
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -422,7 +422,7 @@ jobs:
422422

423423
quickstart_framework_messaging:
424424
# Don't run on private repo.
425-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
425+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
426426
needs: package
427427
env:
428428
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -467,7 +467,7 @@ jobs:
467467

468468
quickstart_framework_storage:
469469
# Don't run on private repo.
470-
# if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
470+
if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
471471
needs: package
472472
env:
473473
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}

0 commit comments

Comments
 (0)