Make the workflow name different
diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml
index 6ca080a..0b6680e 100644
--- a/.github/workflows/codespell-private.yml
+++ b/.github/workflows/codespell-private.yml
@@ -1,7 +1,7 @@
 # GitHub Action to check our dictionary, this should only be used by the codespell project itself
 # For general usage in your repo, see the example in codespell.yml
 # https://github.com/codespell-project/codespell
-name: codespell
+name: codespell Private Actions
 on: [push, pull_request]
 jobs:
   test: