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