Skip to content

Commit

Permalink
rename the yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarko committed Nov 18, 2024
1 parent da1b7fc commit 445da64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
# under the License.
#

name: Run Apache RAT check
name: "CI :: Check license headers"

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
apache-rat-check:
check-license-headers:
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ DISCLAIMER-WIP
**/**example**/**/resources/**
**/META-INF/services/**
**/META-INF/beans.xml
**/licenses/**

### kogito-apps specific excludes
**/*.graphqls

0 comments on commit 445da64

Please sign in to comment.