Add workflow_dispatch for llm unittest workflow (#8485)
This commit is contained in:
		
							parent
							
								
									a4ae132ef4
								
							
						
					
					
						commit
						04f2f04410
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								.github/workflows/llm_unit_tests_linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/llm_unit_tests_linux.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -28,6 +28,7 @@ on:
 | 
				
			||||||
      - '.github/actions/llm/cli-test/action.yml'
 | 
					      - '.github/actions/llm/cli-test/action.yml'
 | 
				
			||||||
      - '.github/actions/llm/inference-test/action.yml'
 | 
					      - '.github/actions/llm/inference-test/action.yml'
 | 
				
			||||||
      - '.github/actions/llm/langchain-test/action.yml'
 | 
					      - '.github/actions/llm/langchain-test/action.yml'
 | 
				
			||||||
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  INT4_CKPT_DIR: ./llm/ggml-actions/stable
 | 
					  INT4_CKPT_DIR: ./llm/ggml-actions/stable
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								.github/workflows/llm_unit_tests_windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/llm_unit_tests_windows.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -18,6 +18,7 @@ on:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - 'python/llm/**'
 | 
					      - 'python/llm/**'
 | 
				
			||||||
      - '.github/workflows/llm_unit_tests_windows.yml'
 | 
					      - '.github/workflows/llm_unit_tests_windows.yml'
 | 
				
			||||||
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
 | 
					# A workflow run is made up of one or more jobs that can run sequentially or in parallel
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue