Gradle wrappers validation GitHub action should be triggered for jars only

but not for gradle-wrapper.jars because the action also checks all homoglyph variants, see https://github.com/gradle/actions/blob/main/docs/wrapper-validation.md#solution

GitOrigin-RevId: 51ac3779f641bf4d26fd8e2666dabe9c93bdb149
This commit is contained in:
Dmitriy.Panov
2024-12-06 16:47:25 +01:00
committed by intellij-monorepo-bot
parent 98e1adc6a9
commit 8b6bcdc8d2

View File

@@ -1,5 +1,8 @@
name: Gradle Wrappers Validation
on: [ push, workflow_dispatch ]
on:
push:
paths:
- '**.jar'
jobs:
validation:
name: Validation