Skip to content

Commit e761f0f

Browse files
committed
Disable check on release builds
1 parent 92f8a47 commit e761f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ env:
2828
GRADLE_OPTS: "-Dorg.gradle.daemon=true"
2929

3030
jobs:
31-
check:
32-
uses: ./.github/workflows/check.yml
31+
# check:
32+
# uses: ./.github/workflows/check.yml
3333

3434
resolve-version:
3535
uses: ./.github/workflows/resolve-version.yml

0 commit comments

Comments
 (0)