diff options
author | Ernesto Puerta <37327689+epuertat@users.noreply.github.com> | 2024-10-23 20:34:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 20:34:40 +0200 |
commit | 42e4b45d3043769bbcf1026a742e7cf7685cad1e (patch) | |
tree | 4dd4d754321ea20ff73985c610ef3961407f8a2f /.github | |
parent | Merge pull request #60399 from rhcs-dashboard/rgw-bucket-get-fix-for-account (diff) | |
download | ceph-42e4b45d3043769bbcf1026a742e7cf7685cad1e.tar.xz ceph-42e4b45d3043769bbcf1026a742e7cf7685cad1e.zip |
.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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/check-license.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index b621ac36817..8d886bfdafa 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 |