mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-30 23:47:31 +03:00 
			
		
		
		
	CI: Switch PR back to paths-ignore (#12438)
Switch PR tests back to paths-ignore but include changes to `.github` for all PRs rather than trying to figure out complicated includes+excludes. Changes to `.github` are relatively rare and should not be a huge burden for the CI.
This commit is contained in:
		
							parent
							
								
									6183906a0b
								
							
						
					
					
						commit
						f9c0220ea5
					
				
							
								
								
									
										27
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										27
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -21,21 +21,18 @@ on: | ||||||
|       - ".github/workflows/**" |       - ".github/workflows/**" | ||||||
|   pull_request: |   pull_request: | ||||||
|     types: [opened, synchronize, reopened, edited] |     types: [opened, synchronize, reopened, edited] | ||||||
|     paths: |     paths-ignore: | ||||||
|       - "**" |       - "*.md" | ||||||
|       - "!*.md" |       - "*.mdx" | ||||||
|       - "!*.mdx" |       - "website/docs/**" | ||||||
|       - "!website/docs/**" |       - "website/src/**" | ||||||
|       - "!website/src/**" |       - "website/meta/*.tsx" | ||||||
|       - "!website/meta/*.tsx" |       - "website/meta/*.mjs" | ||||||
|       - "!website/meta/*.mjs" |       - "website/meta/languages.json" | ||||||
|       - "!website/meta/languages.json" |       - "website/meta/site.json" | ||||||
|       - "!website/meta/site.json" |       - "website/meta/sidebars.json" | ||||||
|       - "!website/meta/sidebars.json" |       - "website/meta/type-annotations.json" | ||||||
|       - "!website/meta/type-annotations.json" |       - "website/pages/**" | ||||||
|       - "!website/pages/**" |  | ||||||
|       - "!.github/workflows/**" |  | ||||||
|       - ".github/workflows/tests.yml" |  | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   validate: |   validate: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user