diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d5f2e804444..d06b3ebfd11 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -132,7 +132,7 @@ jobs: name: cldr-code path: tools/cldr-code/target/ - name: run CLDR console check - run: java -DCLDR_GITHUB_ANNOTATIONS=true -DCLDR_DIR=$(pwd) -Xmx6g -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z FINAL_TESTING + run: java -DCLDR_GITHUB_ANNOTATIONS=true -DCLDR_DIR=$(pwd) -Xmx6g -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z BUILD deploy: # don't run deploy on manual builds! if: github.repository == 'unicode-org/cldr' && github.event_name == 'push' && github.ref == 'refs/heads/main' && github.event.inputs.git-ref == ''