ci: remove !docs from "core" filters
Written like it is now it causes package only PRs to run with coverage.
This commit is contained in:
parent
a7fe137941
commit
72b0a48b5f
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -65,7 +65,6 @@ jobs:
|
|||||||
- 'share/spack/**'
|
- 'share/spack/**'
|
||||||
- '.github/workflows/bootstrap.yml'
|
- '.github/workflows/bootstrap.yml'
|
||||||
core:
|
core:
|
||||||
- '!lib/spack/docs/**'
|
|
||||||
- './!(var/**)/**'
|
- './!(var/**)/**'
|
||||||
packages:
|
packages:
|
||||||
- 'var/**'
|
- 'var/**'
|
||||||
|
Loading…
Reference in New Issue
Block a user