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:
Massimiliano Culpo 2022-09-08 08:51:47 +02:00
parent a7fe137941
commit 72b0a48b5f

View File

@ -65,7 +65,6 @@ jobs:
- 'share/spack/**'
- '.github/workflows/bootstrap.yml'
core:
- '!lib/spack/docs/**'
- './!(var/**)/**'
packages:
- 'var/**'