We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23adcd3 commit 8e44bc5Copy full SHA for 8e44bc5
2 files changed
.circleci/config.yml
@@ -241,6 +241,4 @@ workflows:
241
- check-generate-site
242
- tests-java-jdk-old
243
- tests-java-jdk-25+
244
- filters:
245
- branches:
246
- only: main
+ filters: pipeline.git.branch == "main" and pipeline.schedule.name != "Nightly"
CHANGELOG.md
@@ -3,6 +3,7 @@
3
### CI
4
5
1. [#313](https://github.com/InfluxCommunity/influxdb3-java/pull/313): Clarify JDK 25+ requirements.
6
+1. [#340](https://github.com/InfluxCommunity/influxdb3-java/pull/340): Turn off deploy workflow for Nighly builds.
7
8
## 1.7.0 [2025-11-21]
9
0 commit comments