Skip to content

Commit

Permalink
Skip running gradle checks on release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Apr 30, 2024
1 parent 5d61ac2 commit 35f2eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35f2eee

Please sign in to comment.