mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	ci: Run production tests when files mentioning zilencer are changed.
Production installs do not use the zilencer application, but the tests do include it; as such, changes to any files which reference zilencer are more likely to pass tests but fail production installs. Run production tests when those files are changed.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							97b62f16c2
						
					
				
				
					commit
					a1d22cc7fa
				
			
							
								
								
									
										4
									
								
								.github/workflows/production-suite.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/production-suite.yml
									
									
									
									
										vendored
									
									
								
							@@ -7,6 +7,7 @@ on:
 | 
				
			|||||||
      - .github/workflows/production-suite.yml
 | 
					      - .github/workflows/production-suite.yml
 | 
				
			||||||
      - "**/migrations/**"
 | 
					      - "**/migrations/**"
 | 
				
			||||||
      - babel.config.js
 | 
					      - babel.config.js
 | 
				
			||||||
 | 
					      - manage.py
 | 
				
			||||||
      - postcss.config.js
 | 
					      - postcss.config.js
 | 
				
			||||||
      - puppet/**
 | 
					      - puppet/**
 | 
				
			||||||
      - requirements/**
 | 
					      - requirements/**
 | 
				
			||||||
@@ -16,6 +17,9 @@ on:
 | 
				
			|||||||
      - tools/**
 | 
					      - tools/**
 | 
				
			||||||
      - webpack.config.ts
 | 
					      - webpack.config.ts
 | 
				
			||||||
      - yarn.lock
 | 
					      - yarn.lock
 | 
				
			||||||
 | 
					      - zerver/worker/queue_processors.py
 | 
				
			||||||
 | 
					      - zerver/lib/push_notifications.py
 | 
				
			||||||
 | 
					      - zerver/decorator.py
 | 
				
			||||||
      - zproject/**
 | 
					      - zproject/**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
defaults:
 | 
					defaults:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user