Skip to content

Commit

Permalink
Allow running generate_notices.generate_a_notice with workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 14, 2024
1 parent 431fa6b commit e936660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notice_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
generate_a_notice:
# Don't run on private repo.
if: github.repository == 'Firebase/firebase-ios-sdk'
if: github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'workflow_dispatch'
runs-on: macos-14
name: Generate NOTICES
env:
Expand Down

0 comments on commit e936660

Please sign in to comment.