i am running a workflow in the merge queue on github actions where i need to query the supabase preview branch DB of the same branch which is in the queue but the jobs fail why does that happen ? does the supabase deleted the preview DB as soon as the branch is in the merge queuee ?
The user is experiencing issues querying the Supabase preview branch database during a GitHub Actions workflow in the merge queue. They suspect the database might be deleted when the branch enters the merge queue, causing job failures.
it does look like preview branches are deleted on merge. Do you have any logs for the error being shown