Nick Cooke 7 mēneši atpakaļ
vecāks
revīzija
8b7e80626c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .github/workflows/common.yml

+ 1 - 1
.github/workflows/common.yml

@@ -87,7 +87,7 @@ jobs:
     if: (github.repository == 'firebase/firebase-ios-sdk' && github.event_name == 'schedule') || contains(fromJSON('["pull_request", "workflow_dispatch"]'), github.event_name)
     needs: [spm-package-resolved]
     strategy:
-      max-parallel: 1 # ${{ inputs.parallel_testing_enabled == true && 99 || 1 }}
+      # max-parallel: 1 # ${{ inputs.parallel_testing_enabled == true && 99 || 1 }}
       matrix:
         os: [macos-15]
         xcode: [Xcode_16.4]