diff --git a/.github/actions/stop-supabase/action.yml b/.github/actions/stop-supabase/action.yml index 5119bcdc8..6888c5a03 100644 --- a/.github/actions/stop-supabase/action.yml +++ b/.github/actions/stop-supabase/action.yml @@ -6,4 +6,4 @@ runs: steps: - name: Stop Supabase instance shell: bash - run: supabase stop \ No newline at end of file + run: supabase stop --no-backup \ No newline at end of file