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 5c70711 commit 62ef132Copy full SHA for 62ef132
.github/workflows/release.yml
@@ -107,7 +107,7 @@ jobs:
107
buildup_SpecsReleasing_repo:
108
needs: [buildup_SpecsReleasing_repo_FirebaseCore, specs_checking]
109
# Don't run on private repo unless it is a PR.
110
- if: github.repository == 'Firebase/firebase-ios-sdk'
+ if: github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'workflow_dispatch'
111
runs-on: macos-14
112
strategy:
113
fail-fast: false
0 commit comments