diff --git a/.github/workflows/ci_check_license_headers.yaml b/.github/workflows/ci_check_license_headers.yaml index b6c0e4f0bd..481fa933f3 100644 --- a/.github/workflows/ci_check_license_headers.yaml +++ b/.github/workflows/ci_check_license_headers.yaml @@ -17,14 +17,14 @@ # under the License. # -name: "CI :: Check license headers" +name: "CI :: License headers" on: pull_request: types: [opened, synchronize, reopened, ready_for_review] jobs: - check-license-headers: + check: runs-on: ubuntu-latest steps: