We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 216231a + b4845ca commit e75b1d5Copy full SHA for e75b1d5
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
VALIDATE_ALL_CODEBASE: false
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
LINTER_RULES_PATH: ./tools/pr-checker/linters/
31
- FILTER_REGEX_EXCLUDE: .*/build.gradle
+ FILTER_REGEX_EXCLUDE: .*/*.gradle
32
DEFAULT_BRANCH: draft
33
- name: Summary
34
if: "! github.event.pull_request.head.repo.fork"
0 commit comments