Skip to content

Commit 7048626

Browse files
authored
Undo commenting. (#7708)
This should have been reverted in a previous PR.
1 parent f60577f commit 7048626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/spm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929

3030
cron-only:
3131
# Don't run on private repo.
32-
# REVERT ME:
33-
# if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
32+
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
3433

3534
runs-on: macOS-latest
3635
strategy:

0 commit comments

Comments
 (0)