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 690819e9b8
commit 90fb186d85
No known key found for this signature in database
GPG Key ID: E4104494F9B8DDF6
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)"