Skip to content

Commit 9505f6d

Browse files
nightly-pull-requests: run PRs sequentially
1 parent afdd2a7 commit 9505f6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-pull-requests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
needs: GetPullRequests
105105
strategy:
106106
fail-fast: false
107+
max-parallel: 1 # run each PR sequentially
107108
matrix:
108109
id: ${{ fromJSON(needs.GetPullRequests.outputs.pull_request_ids) }}
109110
name: Nightly PR - ${{ matrix.id }}

0 commit comments

Comments
 (0)