We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b0d67 commit ee90fa0Copy full SHA for ee90fa0
.github/workflows/common.yml
@@ -87,6 +87,7 @@ jobs:
87
if: (github.repository == 'firebase/firebase-ios-sdk' && github.event_name == 'schedule') || contains(fromJSON('["pull_request", "workflow_dispatch"]'), github.event_name)
88
needs: [spm-package-resolved]
89
strategy:
90
+ max-parallel: 1 # ${{ inputs.parallel_testing_enabled == true && 99 || 1 }}
91
matrix:
92
os: [macos-15]
93
xcode: [Xcode_16.4]
0 commit comments