Skip to content

Commit 3a7e5a8

Browse files
committed
chore(ci): drop generateUsage (should be automatically run)
1 parent 549e33b commit 3a7e5a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
uses: "gradle/actions/setup-gradle@v4"
3535
- name: "Run check on build-logic subproject"
3636
run: "./gradlew :build-logic:check --no-configuration-cache"
37-
- name: "Make sure usage files are up to date"
38-
run: "./gradlew generateUsage"
3937
- name: "Run check on project"
4038
run: "./gradlew check"
4139
- name: "junit result"

0 commit comments

Comments
 (0)