Skip to content

Commit 14768a4

Browse files
committed
There is no such thing as datagen
1 parent 8623087 commit 14768a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: make gradle wrapper executable
3131
if: ${{ runner.os != 'Windows' }}
3232
run: chmod +x ./gradlew
33-
- name: runDatagen
34-
run: ./gradlew runDatagen
33+
#- name: runDatagen
34+
# run: ./gradlew runDatagen
3535
- name: build
3636
#run: ./gradlew downloadTranslations build
3737
run: ./gradlew build

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Grant execute permission for gradlew
3030
run: chmod +x gradlew
31-
- name: runDatagen
32-
run: ./gradlew runDatagen
31+
#- name: runDatagen
32+
# run: ./gradlew runDatagen
3333
- name: Build and publish with Gradle
3434
#run: ./gradlew downloadTranslations build publish
3535
run: ./gradlew build publish

0 commit comments

Comments
 (0)