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 e936660 commit 252310eCopy full SHA for 252310e
.github/workflows/cocoapods-integration.yml
@@ -17,7 +17,8 @@ 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' || github.event_name == 'workflow_dispatch'
+ if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
21
+ || github.event_name == 'workflow_dispatch'
22
23
runs-on: macos-14
24
steps:
0 commit comments