We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da3835 commit 1be63e0Copy full SHA for 1be63e0
.github/workflows/storage.yml
@@ -131,7 +131,7 @@ jobs:
131
132
storage-cron-only:
133
# Don't run on private repo.
134
- #if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
+ if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
135
runs-on: macos-latest
136
strategy:
137
matrix:
@@ -151,7 +151,7 @@ jobs:
151
152
storageswift-cron-only:
153
154
155
156
157
0 commit comments