We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f324b1 commit 955f8e0Copy full SHA for 955f8e0
gh/db_migration_wait.sh
@@ -25,7 +25,7 @@ while [ -z $RUNNING_DB_UPGRADE_WORKFLOW_ID ]; do
25
--repo code-kern-ai/refinery-gateway)
26
27
echo "Waiting for running db upgrade workflow to complete ..."
28
- if [ -z $RUNNING_DB_UPGRADE_WORKFLOW_ID ]; then
+ if [ -n $RUNNING_DB_UPGRADE_WORKFLOW_ID ]; then
29
gh run watch $RUNNING_DB_UPGRADE_WORKFLOW_ID --repo code-kern-ai/refinery-gateway 1> /dev/null
30
fi
31
done
0 commit comments