diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_python.yml similarity index 95% rename from .github/workflows/test_code.yml rename to .github/workflows/test_python.yml index a2f1bf65e..28d0b0bd8 100644 --- a/.github/workflows/test_code.yml +++ b/.github/workflows/test_python.yml @@ -1,5 +1,5 @@ --- -name: Lint and Test +name: Lint and Test Common Python API # https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-python on: