Skip to content

Commit

Permalink
Allow running cocoapods-integration.tests with workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 14, 2024
1 parent 62ef132 commit 431fa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cocoapods-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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'
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 431fa6b

Please sign in to comment.