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:
		
							
								
								
									
										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/**'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user