mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	ci: Adjust when production suite is run.
We make a few adjustments: * We now run full CI whenever pushing to master. It's cheap enough that it's worth getting accurate signal. * We now don't run production tests on PRs for changes to JavaScript/CSS in static/ that don't also affect the webpack configuration. * We sort the list of paths that trigger tests.
This commit is contained in:
		
							
								
								
									
										22
									
								
								.github/workflows/production-suite.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.github/workflows/production-suite.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,28 +1,22 @@
 | 
			
		||||
name: Zulip production suite
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    paths:
 | 
			
		||||
      - "**/migrations/**"
 | 
			
		||||
      - puppet/**
 | 
			
		||||
      - requirements/**
 | 
			
		||||
      - scripts/**
 | 
			
		||||
      - static/**
 | 
			
		||||
      - tools/**
 | 
			
		||||
      - zproject/**
 | 
			
		||||
      - yarn.lock
 | 
			
		||||
      - .github/workflows/production-suite.yml
 | 
			
		||||
  push: {}
 | 
			
		||||
  pull_request:
 | 
			
		||||
    paths:
 | 
			
		||||
      - .github/workflows/production-suite.yml
 | 
			
		||||
      - "**/migrations/**"
 | 
			
		||||
      - babel.config.js
 | 
			
		||||
      - postcss.config.js
 | 
			
		||||
      - puppet/**
 | 
			
		||||
      - requirements/**
 | 
			
		||||
      - scripts/**
 | 
			
		||||
      - static/**
 | 
			
		||||
      - static/assets/**
 | 
			
		||||
      - static/third/**
 | 
			
		||||
      - tools/**
 | 
			
		||||
      - zproject/**
 | 
			
		||||
      - webpack.config.ts
 | 
			
		||||
      - yarn.lock
 | 
			
		||||
      - .github/workflows/production-suite.yml
 | 
			
		||||
      - zproject/**
 | 
			
		||||
 | 
			
		||||
defaults:
 | 
			
		||||
  run:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user