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 a74e021 commit f0f2d8aCopy full SHA for f0f2d8a
.github/workflows/common_cocoapods_cron.yml
@@ -49,7 +49,7 @@ on:
49
jobs:
50
cron-job:
51
if: |
52
- github.repository == 'firebase/firebase-ios-sdk' && \
+ github.repository == 'firebase/firebase-ios-sdk' &&
53
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
54
runs-on: ${{ inputs.runs_on }}
55
strategy:
0 commit comments