Skip to content

Commit 13251c4

Browse files
committed
remove gradle-wrapper-validation workflow. it errors alot now
1 parent 80d66a0 commit 13251c4

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,3 @@ jobs:
171171
delete-branch: true
172172
title: update witness checksums
173173

174-
175-
gradle-wrapper-validation:
176-
runs-on: ubuntu-latest
177-
steps:
178-
- uses: actions/checkout@v4
179-
- uses: gradle/wrapper-validation-action@v3
180-

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
name: trifa
3636
path: /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/app/build/outputs/apk/debug/app-debug.apk
3737

38-
gradle-wrapper-validation:
39-
runs-on: ubuntu-18.04
40-
steps:
41-
- uses: actions/checkout@v4
42-
- uses: gradle/wrapper-validation-action@v3
43-
4438
android-test:
4539
runs-on: macos-latest
4640
steps:

0 commit comments

Comments
 (0)