diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34cd8583b..97b8d4a44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: YAPF +name: Run tests on: pull_request: diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1d11c2627..0c9a57dcd 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -1,7 +1,7 @@ # Copyright (c) 2023 Sebastian Pipping # Licensed under the Apache License Version 2.0 -name: Run pre-commit +name: Format with pre-commit # Drop permissions to minimum for security permissions: