diff --git a/.github/workflows/generate-migration-sql.yaml b/.github/workflows/generate-migration-sql.yaml index ae43c1c9..1bf792b4 100644 --- a/.github/workflows/generate-migration-sql.yaml +++ b/.github/workflows/generate-migration-sql.yaml @@ -1,6 +1,8 @@ # Generate migration as SQL if necessary # https://github.com/actions/github-script#comment-on-an-issue +name: "Migration as SQL" + on: workflow_dispatch: push: