Skip to content

Commit 8e44bc5

Browse files
ci: turn off deployment for nightly build (#340)
1 parent 23adcd3 commit 8e44bc5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,4 @@ workflows:
241241
- check-generate-site
242242
- tests-java-jdk-old
243243
- tests-java-jdk-25+
244-
filters:
245-
branches:
246-
only: main
244+
filters: pipeline.git.branch == "main" and pipeline.schedule.name != "Nightly"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### CI
44

55
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.
67

78
## 1.7.0 [2025-11-21]
89

0 commit comments

Comments
 (0)