Skip to content

Commit 3fcb8df

Browse files
authored
Fix action leak (#11229)
1 parent 93dbf7d commit 3fcb8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
spm-cron:
6464
# Don't run on private repo.
65-
# if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
65+
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
6666
runs-on: macos-12
6767
strategy:
6868
matrix:

0 commit comments

Comments
 (0)