Skip to content

Commit 42e4b45

Browse files
authored
.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 <[email protected]>
1 parent d908c9e commit 42e4b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-license.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [pull_request]
44

55
jobs:
66
pull_request:
7+
name: "Check Incompatible Licenses"
78
runs-on: ubuntu-latest
89
steps:
910
- name: Check Pull Request

0 commit comments

Comments
 (0)