diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index 50c7fac55..e10aad0a7 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -71,10 +71,6 @@ jobs: echo "Missing a database bundle for $language" exit 1 fi - if [[ ! -d "log" ]] ; then - echo "Missing database initialization logs" - exit 1 - fi if [[ ! -d "$language/log" ]] ; then echo "Missing logs for $language" exit 1