From 04757a317acea775ce159d31cc393b0c7119672c Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:37:10 +0200 Subject: [PATCH] ci: fix typo in check-license Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> --- .github/workflows/check-license.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index d201ed71354..b621ac36817 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}}