Skip to content

Commit 068722f

Browse files
Skip running gradle checks on release notes (#13477) (#13482)
(cherry picked from commit 1765e20) Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e7828c0 commit 068722f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gradle-check.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- 'dependabot/**'
88
pull_request_target:
99
types: [opened, synchronize, reopened]
10+
paths-ignore:
11+
- 'release-notes/**'
12+
- '.github/**'
13+
- '**.md'
1014

1115
permissions:
1216
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)