mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-11-04 02:03:32 +00:00 
			
		
		
		
	Run CI when CI infra itself has changed. (#10239)
Make sure that changes to CI infrastructure get tested on CI before being merged. Without this PR, changes to the poetry setup action don't trigger a CI run and in principle could break `master` when merged.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/langchain_ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/langchain_ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -6,6 +6,8 @@ on:
 | 
				
			|||||||
    branches: [ master ]
 | 
					    branches: [ master ]
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
 | 
					      - '.github/actions/poetry_setup/action.yml'
 | 
				
			||||||
 | 
					      - '.github/tools/**'
 | 
				
			||||||
      - '.github/workflows/_lint.yml'
 | 
					      - '.github/workflows/_lint.yml'
 | 
				
			||||||
      - '.github/workflows/_test.yml'
 | 
					      - '.github/workflows/_test.yml'
 | 
				
			||||||
      - '.github/workflows/_pydantic_compatibility.yml'
 | 
					      - '.github/workflows/_pydantic_compatibility.yml'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,6 +6,8 @@ on:
 | 
				
			|||||||
    branches: [ master ]
 | 
					    branches: [ master ]
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
 | 
					      - '.github/actions/poetry_setup/action.yml'
 | 
				
			||||||
 | 
					      - '.github/tools/**'
 | 
				
			||||||
      - '.github/workflows/_lint.yml'
 | 
					      - '.github/workflows/_lint.yml'
 | 
				
			||||||
      - '.github/workflows/_test.yml'
 | 
					      - '.github/workflows/_test.yml'
 | 
				
			||||||
      - '.github/workflows/langchain_experimental_ci.yml'
 | 
					      - '.github/workflows/langchain_experimental_ci.yml'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user