Skip to content

Commit

Permalink
Split long line
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 14, 2024
1 parent e936660 commit 252310e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cocoapods-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ concurrency:
jobs:
tests:
# Don't run on private repo unless it is a PR.
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
|| github.event_name == 'workflow_dispatch'

runs-on: macos-14
steps:
Expand Down

0 comments on commit 252310e

Please sign in to comment.