diff --git a/.github/workflows/gradle-check.yml b/.github/workflows/gradle-check.yml index 1f5c187c28e7d..5e721a3665fa6 100644 --- a/.github/workflows/gradle-check.yml +++ b/.github/workflows/gradle-check.yml @@ -7,6 +7,8 @@ on: - 'dependabot/**' pull_request_target: types: [opened, synchronize, reopened] + paths-ignore: + - 'release-notes/**' permissions: contents: read # to fetch code (actions/checkout)