Skip to content

Commit a56c6d0

Browse files
committed
revert
1 parent 6bdace9 commit a56c6d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/common_cocoapods_cron.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ on:
4949
jobs:
5050
cron-job:
5151
# This job is intended to be run on a schedule, on the main repo.
52-
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
52+
# if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
53+
if: github.repository == 'Firebase/firebase-ios-sdk'
5354

5455
runs-on: ${{ inputs.runs_on }}
5556
strategy:

0 commit comments

Comments
 (0)