From f1a22e3da638c8895507f1eac985d90f154d9d40 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Mon, 14 Feb 2022 15:53:00 +0500 Subject: [PATCH] chore: updating migrations check name in github actions. (#29914) * chore: updating migrations check name in github actions. --- .github/workflows/migrations-check-mysql8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/migrations-check-mysql8.yml b/.github/workflows/migrations-check-mysql8.yml index 0e61699eae..9ebdf5f978 100644 --- a/.github/workflows/migrations-check-mysql8.yml +++ b/.github/workflows/migrations-check-mysql8.yml @@ -9,7 +9,7 @@ on: jobs: check_migrations: - name: check migrations + name: check migrations mysql8 runs-on: ${{ matrix.os }} strategy: matrix: