From 4afbe5ea113a4c7f266112819cb30bc87d1265fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 May 2024 01:29:05 +0000 Subject: [PATCH] Skip running gradle checks on release notes (#13477) Signed-off-by: Sayali Gaikawad (cherry picked from commit 1765e20cf3939cb0fff0b8af37294da26d9cbea0) Signed-off-by: github-actions[bot] --- .github/workflows/gradle-check.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gradle-check.yml b/.github/workflows/gradle-check.yml index 1f5c187c28e7d..0921aff721836 100644 --- a/.github/workflows/gradle-check.yml +++ b/.github/workflows/gradle-check.yml @@ -7,6 +7,10 @@ on: - 'dependabot/**' pull_request_target: types: [opened, synchronize, reopened] + paths-ignore: + - 'release-notes/**' + - '.github/**' + - '**.md' permissions: contents: read # to fetch code (actions/checkout)