@@ -49,7 +49,7 @@ on:
jobs:
cron-job:
if: |
- github.repository == 'firebase/firebase-ios-sdk' && \
+ github.repository == 'firebase/firebase-ios-sdk' &&
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
runs-on: ${{ inputs.runs_on }}
strategy: