From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:37:10 +0000 (+0200) Subject: ci: fix typo in check-license X-Git-Tag: v20.0.0~781^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F60388%2Fhead;p=ceph.git ci: fix typo in check-license Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> --- diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index d201ed7135439..b621ac36817f7 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -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}}