mirror of
https://github.com/ceph/ceph
synced 2025-01-02 09:02:34 +00:00
ci: fix typo in check-license
Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
This commit is contained in:
parent
c5faa93d26
commit
04757a317a
6
.github/workflows/check-license.yml
vendored
6
.github/workflows/check-license.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user