Skip to content

Commit ee90fa0

Browse files
authored
disable p te
1 parent 53b0d67 commit ee90fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
if: (github.repository == 'firebase/firebase-ios-sdk' && github.event_name == 'schedule') || contains(fromJSON('["pull_request", "workflow_dispatch"]'), github.event_name)
8888
needs: [spm-package-resolved]
8989
strategy:
90+
max-parallel: 1 # ${{ inputs.parallel_testing_enabled == true && 99 || 1 }}
9091
matrix:
9192
os: [macos-15]
9293
xcode: [Xcode_16.4]

0 commit comments

Comments
 (0)