mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-22 09:47:34 +01:00
fix: Gradle wrapper validation trigger issue (#3228)
Resolved the Gradle wrapper validation triggering problem by implementing a more precise check. Now, the validation process will only be triggered when there are actual changes in the gradle/wrapper/gradle-wrapper.jar file, preventing unnecessary validations.
This commit is contained in:
parent
62b9eedb9e
commit
6e5d49bd66
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -3,9 +3,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'gradle/wrapper/gradle-wrapper.jar'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'gradle/wrapper/**'
|
||||
- 'gradle/wrapper/gradle-wrapper.jar'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user