don't silence the workflow view un run_workflow

This commit is contained in:
Nikola Jokic 2025-04-07 14:52:29 +02:00
parent a06245129a
commit b460c2ce1a
No known key found for this signature in database
GPG Key ID: 554517D3D15A5D2F
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ function print_results() {
function run_workflow() {
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)"