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 d40913e commit a74e021Copy full SHA for a74e021
.github/workflows/common_cocoapods_cron.yml
@@ -48,9 +48,9 @@ on:
48
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'
53
-
+ if: |
+ github.repository == 'firebase/firebase-ios-sdk' && \
+ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
54
runs-on: ${{ inputs.runs_on }}
55
strategy:
56
matrix:
0 commit comments