Skip to content

Commit 8fa1875

Browse files
authored
Add: max-parallel: 1 for language matrix jobs (#387)
1 parent 465398f commit 8fa1875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
needs: get-info
4646
runs-on: ubuntu-latest
4747
strategy:
48+
max-parallel: 1
4849
matrix:
4950
language: ${{ fromJSON(needs.get-info.outputs.languages) }}
5051
steps:
@@ -105,7 +106,7 @@ jobs:
105106
keep_files: true
106107

107108
deploy-root-files:
108-
needs: [get-info, deploy-book]
109+
needs: [create-redirect]
109110
runs-on: ubuntu-latest
110111
if: github.ref_name == 'main'
111112
steps:

0 commit comments

Comments
 (0)