From 42e4b45d3043769bbcf1026a742e7cf7685cad1e Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:34:40 +0200 Subject: [PATCH] .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> --- .github/workflows/check-license.yml | 1 + 1 file changed, 1 insertion(+) 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