mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-06 02:49:33 +00:00
ci/build-docs: avoid redundant ndg builds
This commit is contained in:
parent
eecb26b15d
commit
727c57b7ca
1 changed files with 3 additions and 0 deletions
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
|
|
@ -84,6 +84,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "!contains(github.event.pull_request.title, '[skip ci]')"
|
if: "!contains(github.event.pull_request.title, '[skip ci]')"
|
||||||
strategy:
|
strategy:
|
||||||
|
# avoid having 2 jobs building ndg when no cache is available
|
||||||
|
# TODO: there is probably a better way
|
||||||
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- docs
|
- docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue