Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit b4444a0

Browse files
committed
Update build_and_local_tests.yml
1 parent 85485d1 commit b4444a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_and_local_tests.yml

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ jobs:
1919
java-version: '11'
2020
distribution: 'temurin'
2121
cache: gradle
22+
23+
- name: Prevent changes in test/
24+
uses: xalvarez/prevent-file-change-action@v1
25+
if: github.event_name == 'pull_request'
26+
with:
27+
githubToken: ${{ secrets.GITHUB_TOKEN }}
28+
pattern: ^app/src/test/
29+
#trustedAuthors: JoseAlcerreca
2230

2331
- name: Grant execute permission for gradlew
2432
run: chmod +x gradlew

0 commit comments

Comments
 (0)