Skip to content

Commit

Permalink
Refactor files list
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed May 2, 2024
1 parent 940c1c5 commit 574d718
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,20 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files_ignore: |
release-notes/**
release-notes/*.md
.github/**
**.md
ADMINS.md
CHANGELOG-3.0.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DEVELOPER_GUIDE.md
MAINTAINERS.md
README.md
RELEASING.md
SECURITY.md
TESTING.md
TRIAGING.md
- name: Setup environment variables (PR)
if: github.event_name == 'pull_request_target' && steps.changed-files-specific.outputs.any_changed == 'true'
Expand Down

0 comments on commit 574d718

Please sign in to comment.