diff --git a/.circleci/config.yml b/.circleci/config.yml index ac8b41b7..921198f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -235,6 +235,9 @@ workflows: maven-image: [ "cimg/openjdk:25.0" ] arg-line: [ "--add-opens=java.base/java.nio=ALL-UNNAMED --sun-misc-unsafe-memory-access=allow" ] - deploy-snapshot: + when: + not: + equal: [ "Nightly", << pipeline.schedule.name >> ] requires: - check-dependencies - check-licenses diff --git a/CHANGELOG.md b/CHANGELOG.md index 31358ef6..fa389c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### CI 1. [#313](https://github.com/InfluxCommunity/influxdb3-java/pull/313): Clarify JDK 25+ requirements. +1. [#340](https://github.com/InfluxCommunity/influxdb3-java/pull/340): Turn off deploy workflow for Nighly builds. ## 1.7.0 [2025-11-21]