Skip to content

Commit 727c57b

Browse files
committed
ci/build-docs: avoid redundant ndg builds
1 parent eecb26b commit 727c57b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
runs-on: ubuntu-latest
8585
if: "!contains(github.event.pull_request.title, '[skip ci]')"
8686
strategy:
87+
# avoid having 2 jobs building ndg when no cache is available
88+
# TODO: there is probably a better way
89+
max-parallel: 1
8790
matrix:
8891
package:
8992
- docs

0 commit comments

Comments
 (0)