diff options
author | Patrick Donnelly <pdonnell@ibm.com> | 2024-10-24 14:32:46 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@ibm.com> | 2024-10-24 14:32:46 +0200 |
commit | e63c8c56ca63f50dbe87320ea650017eae323cc5 (patch) | |
tree | f35f28055449261015f225017145afbfaae91175 | |
parent | Merge pull request #59002 from neesingh-rh/wip-65820 (diff) | |
parent | .github/check-license: add friendly name (diff) | |
download | ceph-e63c8c56ca63f50dbe87320ea650017eae323cc5.tar.xz ceph-e63c8c56ca63f50dbe87320ea650017eae323cc5.zip |
Merge PR #60457 into main
* refs/pull/60457/head:
.github/check-license: add friendly name
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
-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 |