From ff5e9e3b3da9b6c23093566bbbc9af7d2687d747 Mon Sep 17 00:00:00 2001 From: Yiming Zang Date: Fri, 23 Jun 2023 06:44:35 -0700 Subject: [PATCH] Fix the test name --- .github/workflows/compatiblity_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatiblity_check.yml b/.github/workflows/compatiblity_check.yml index 4417889d6..8b510a08f 100644 --- a/.github/workflows/compatiblity_check.yml +++ b/.github/workflows/compatiblity_check.yml @@ -7,7 +7,7 @@ on: jobs: forward-compatibility: - name: check-compatibility + name: forward-compatibility runs-on: ubuntu-latest steps: - uses: actions/checkout@v3