From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:34:40 +0000 (+0200) Subject: .github/check-license: add friendly name X-Git-Tag: v20.0.0~769^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=42e4b45d3043769bbcf1026a742e7cf7685cad1e;p=ceph.git .github/check-license: add friendly name In the absence of `name`, GH uses the `job` ID of the action to select which checks are required, and `pull_request` is rather confusing. Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> --- diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index b621ac36817f7..8d886bfdafa80 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -4,6 +4,7 @@ on: [pull_request] jobs: pull_request: + name: "Check Incompatible Licenses" runs-on: ubuntu-latest steps: - name: Check Pull Request