]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/check-license: add friendly name 60457/head
authorErnesto Puerta <37327689+epuertat@users.noreply.github.com>
Wed, 23 Oct 2024 18:34:40 +0000 (20:34 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2024 18:34:40 +0000 (20:34 +0200)
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>
.github/workflows/check-license.yml

index b621ac36817f728f8d346b00f7b6c9e32d644204..8d886bfdafa809b89ea4e9174170039e2c891b22 100644 (file)
@@ -4,6 +4,7 @@ on: [pull_request]
 
 jobs:
   pull_request:
+    name: "Check Incompatible Licenses"
     runs-on: ubuntu-latest
     steps:
     - name: Check Pull Request