We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b51c49 commit c8a86c3Copy full SHA for c8a86c3
.circleci/config.yml
@@ -198,6 +198,4 @@ workflows:
198
requires:
199
- tests
200
- coverage
201
- filters:
202
- branches:
203
- only: main
+ filters: pipeline.git.branch == "main" and pipeline.schedule.name != "Nightly"
CHANGELOG.md
@@ -3,6 +3,7 @@
3
### CI
4
5
1. [#655](https://github.com/InfluxCommunity/influxdb3-js/pull/655) Add support for arrow-js v21
6
+1. [#678](https://github.com/InfluxCommunity/influxdb3-js/pull/678): Turn off deploy workflow for Nighly builds.
7
8
## 2.0.0 [2026-01-08]
9
0 commit comments