]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ci: fix typo in check-license 60388/head
authorErnesto Puerta <37327689+epuertat@users.noreply.github.com>
Fri, 18 Oct 2024 09:37:10 +0000 (11:37 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Oct 2024 09:37:10 +0000 (11:37 +0200)
Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
.github/workflows/check-license.yml

index d201ed713543972d6a326b01db9ae57a47033aaf..b621ac36817f728f8d346b00f7b6c9e32d644204 100644 (file)
@@ -1,12 +1,12 @@
 ---
-name: "Check Incomatible Licenses"
+name: "Check Incompatible Licenses"
 on: [pull_request]
 
 jobs:
-  check_pr:
+  pull_request:
     runs-on: ubuntu-latest
     steps:
-    - name: Check PR
+    - name: Check Pull Request
       uses: JJ/github-pr-contains-action@526dfe784d8604ea1c39b6c26609074de95b1ffd  # releases/v14.1
       with:
         github-token: ${{github.token}}