diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9440e3e..1cc5f00 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
       - name: Verify regenerated files
         run: ./scripts/unicode.py && diff tables.rs src/tables.rs
   tables:
-    name: Rust ${{matrix.rust}}
+    name: Verify tables
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2