Skip to content

Commit 64f2dfd

Browse files
authored
Merge pull request ceph#60388 from ceph/fix-check_license_typo-main
ci: fix typo in check-license
2 parents fca07e9 + 04757a3 commit 64f2dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-license.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
name: "Check Incomatible Licenses"
2+
name: "Check Incompatible Licenses"
33
on: [pull_request]
44

55
jobs:
6-
check_pr:
6+
pull_request:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Check PR
9+
- name: Check Pull Request
1010
uses: JJ/github-pr-contains-action@526dfe784d8604ea1c39b6c26609074de95b1ffd # releases/v14.1
1111
with:
1212
github-token: ${{github.token}}

0 commit comments

Comments
 (0)