mirror of https://github.com/ceph/ceph
.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>
This commit is contained in:
parent
d908c9ec8a
commit
42e4b45d30
|
@ -4,6 +4,7 @@ on: [pull_request]
|
|||
|
||||
jobs:
|
||||
pull_request:
|
||||
name: "Check Incompatible Licenses"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Pull Request
|
||||
|
|
Loading…
Reference in New Issue