Skip to content

Commit e936660

Browse files
committed
Allow running generate_notices.generate_a_notice with workflow_dispatch
1 parent 431fa6b commit e936660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notice_generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
generate_a_notice:
1313
# Don't run on private repo.
14-
if: github.repository == 'Firebase/firebase-ios-sdk'
14+
if: github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'workflow_dispatch'
1515
runs-on: macos-14
1616
name: Generate NOTICES
1717
env:

0 commit comments

Comments
 (0)