Skip to content

Commit 5b1e444

Browse files
authored
Always run gradle wrapper validation (#7071)
1 parent d22baec commit 5b1e444

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Gradle wrapper validation
2+
23
on:
3-
pull_request:
4-
paths:
5-
- '**/gradle/wrapper/**'
64
push:
7-
paths:
8-
- '**/gradle/wrapper/**'
5+
pull_request:
6+
7+
permissions:
8+
contents: read
99

1010
jobs:
11-
validation:
11+
gradle-wrapper-validation:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)