Skip to content

Commit 1be63e0

Browse files
committed
Recomment cron jobs after success
1 parent 5da3835 commit 1be63e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/storage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
132132
storage-cron-only:
133133
# Don't run on private repo.
134-
#if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
134+
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
135135
runs-on: macos-latest
136136
strategy:
137137
matrix:
@@ -151,7 +151,7 @@ jobs:
151151
152152
storageswift-cron-only:
153153
# Don't run on private repo.
154-
#if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
154+
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
155155
runs-on: macos-latest
156156
strategy:
157157
matrix:

0 commit comments

Comments
 (0)