Skip to content

Commit 955f8e0

Browse files
committed
fix: bash if semantic update in db-migration-wait
1 parent 5f324b1 commit 955f8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh/db_migration_wait.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ while [ -z $RUNNING_DB_UPGRADE_WORKFLOW_ID ]; do
2525
--repo code-kern-ai/refinery-gateway)
2626

2727
echo "Waiting for running db upgrade workflow to complete ..."
28-
if [ -z $RUNNING_DB_UPGRADE_WORKFLOW_ID ]; then
28+
if [ -n $RUNNING_DB_UPGRADE_WORKFLOW_ID ]; then
2929
gh run watch $RUNNING_DB_UPGRADE_WORKFLOW_ID --repo code-kern-ai/refinery-gateway 1> /dev/null
3030
fi
3131
done

0 commit comments

Comments
 (0)