Skip to content

Commit c4e1088

Browse files
authored
[Infra] Limit concurrnet matrix jobs in spm.yml (#13677)
1 parent 976393a commit c4e1088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/spm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
# Don't run on private repo unless it is a PR.
2727
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
2828
strategy:
29+
max-parallel: 1
2930
matrix:
3031
os: [macos-14, macos-13]
3132
include:

0 commit comments

Comments
 (0)