mirror of
				https://github.com/XRPLF/rippled.git
				synced 2025-11-04 11:15:56 +00:00 
			
		
		
		
	chore: Add conan.lock to workflow file checks (#5769)
				
					
				
			* Add conan.lock to workflow file checks * Add conan.lock to on-trigger.yml
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/on-pr.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/on-pr.yml
									
									
									
									
										vendored
									
									
								
							@@ -75,6 +75,7 @@ jobs:
 | 
			
		||||
            tests/**
 | 
			
		||||
            CMakeLists.txt
 | 
			
		||||
            conanfile.py
 | 
			
		||||
            conan.lock
 | 
			
		||||
      - name: Check whether to run
 | 
			
		||||
        # This step determines whether the rest of the workflow should
 | 
			
		||||
        # run. The rest of the workflow will run if this job runs AND at
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								.github/workflows/on-trigger.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/on-trigger.yml
									
									
									
									
										vendored
									
									
								
							@@ -32,6 +32,7 @@ on:
 | 
			
		||||
      - "tests/**"
 | 
			
		||||
      - "CMakeLists.txt"
 | 
			
		||||
      - "conanfile.py"
 | 
			
		||||
      - "conan.lock"
 | 
			
		||||
 | 
			
		||||
  # Run at 06:32 UTC on every day of the week from Monday through Friday. This
 | 
			
		||||
  # will force all dependencies to be rebuilt, which is useful to verify that
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user