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 62ef132 commit 431fa6bCopy full SHA for 431fa6b
.github/workflows/cocoapods-integration.yml
@@ -17,7 +17,7 @@ concurrency:
17
jobs:
18
tests:
19
# Don't run on private repo unless it is a PR.
20
- if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
+ if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
21
22
runs-on: macos-14
23
steps:
0 commit comments