Skip to content

Commit

Permalink
Fix notice generation (#11902)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Oct 6, 2023
1 parent a291c97 commit 761bed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/actions/notices_generation/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source "https://rubygems.org"

# cocoapods isn't needed for generating the Gemfile.lock, but is needed for the CI job
gem "cocoapods"
gem "octokit", "~> 4.19"
gem "xcodeproj", "~> 1.21"
gem "plist"
Expand Down
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' && github.event_name == 'schedule'
if: github.repository == 'Firebase/firebase-ios-sdk'
runs-on: macos-12
name: Generate NOTICES
env:
Expand Down

0 comments on commit 761bed3

Please sign in to comment.