Skip to content

Commit 62ef132

Browse files
committed
Allow running release.buildup_SpecsReleasing_repo with workflow_dispatch
1 parent 5c70711 commit 62ef132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
buildup_SpecsReleasing_repo:
108108
needs: [buildup_SpecsReleasing_repo_FirebaseCore, specs_checking]
109109
# Don't run on private repo unless it is a PR.
110-
if: github.repository == 'Firebase/firebase-ios-sdk'
110+
if: github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'workflow_dispatch'
111111
runs-on: macos-14
112112
strategy:
113113
fail-fast: false

0 commit comments

Comments
 (0)