run one job only if triggered by pr
This commit is contained in:
		
							parent
							
								
									a55cc91e1f
								
							
						
					
					
						commit
						85d13c65de
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/llm-harness-evaluation.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/llm-harness-evaluation.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -69,7 +69,7 @@ jobs:
 | 
				
			||||||
        if: ${{github.event_name == 'pull_request'}}
 | 
					        if: ${{github.event_name == 'pull_request'}}
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          PR_MATRIX_MODEL_NAME: '["stablelm-3b-4e1t"]'
 | 
					          PR_MATRIX_MODEL_NAME: '["stablelm-3b-4e1t"]'
 | 
				
			||||||
          PR_MATRIX_TASK: '["truthfulqa", "winogrande"]'
 | 
					          PR_MATRIX_TASK: '["winogrande"]'
 | 
				
			||||||
          PR_MATRIX_PRECISION: '["sym_int4"]'
 | 
					          PR_MATRIX_PRECISION: '["sym_int4"]'
 | 
				
			||||||
          PR_LABELS: '["self-hosted", "llm", "temp-arc01"]'
 | 
					          PR_LABELS: '["self-hosted", "llm", "temp-arc01"]'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue