Skip to content

Commit c8a86c3

Browse files
ci: disable deploy workflow for nightly builds (#678)
1 parent 7b51c49 commit c8a86c3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,4 @@ workflows:
198198
requires:
199199
- tests
200200
- coverage
201-
filters:
202-
branches:
203-
only: main
201+
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. [#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.
67

78
## 2.0.0 [2026-01-08]
89

0 commit comments

Comments
 (0)