diff --git a/.github/workflows/gradle-check.yml b/.github/workflows/gradle-check.yml index 47e9c6cdabf34..05ca118550ef6 100644 --- a/.github/workflows/gradle-check.yml +++ b/.github/workflows/gradle-check.yml @@ -7,10 +7,6 @@ on: - 'dependabot/**' pull_request_target: types: [opened, synchronize, reopened] - paths-ignore: - - 'release-notes/**' - - '.github/**' - - '**.md' permissions: contents: read # to fetch code (actions/checkout) @@ -31,6 +27,7 @@ jobs: release-notes/** .github/** **.md + - run: echo "Value is :${{steps.changed-files-specific.outputs.any_changed}}" gradle-check: needs: check-files