We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdace9 commit a56c6d0Copy full SHA for a56c6d0
.github/workflows/common_cocoapods_cron.yml
@@ -49,7 +49,8 @@ on:
49
jobs:
50
cron-job:
51
# 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'
+ # if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
53
+ if: github.repository == 'Firebase/firebase-ios-sdk'
54
55
runs-on: ${{ inputs.runs_on }}
56
strategy:
0 commit comments