don't silence the workflow view un run_workflow
This commit is contained in:
		
							parent
							
								
									690819e9b8
								
							
						
					
					
						commit
						90fb186d85
					
				|  | @ -127,7 +127,7 @@ function print_results() { | ||||||
| 
 | 
 | ||||||
| function run_workflow() { | function run_workflow() { | ||||||
|     echo "Checking if the workflow file exists" |     echo "Checking if the workflow file exists" | ||||||
|     gh workflow view -R "${TARGET_ORG}/${TARGET_REPO}" "${WORKFLOW_FILE}" &> /dev/null || return 1 |     gh workflow view -R "${TARGET_ORG}/${TARGET_REPO}" "${WORKFLOW_FILE}" || return 1 | ||||||
| 
 | 
 | ||||||
|     local queue_time="$(date -u +%FT%TZ)" |     local queue_time="$(date -u +%FT%TZ)" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue