This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new e1a0830ff27 ci(grafana): only build on
iotdb-connector/grafana-plugin/** changed (#11311)
e1a0830ff27 is described below
commit e1a0830ff271a53c6978f00e8d34cf1138155251
Author: CritasWang <[email protected]>
AuthorDate: Sun Oct 15 21:34:42 2023 -0500
ci(grafana): only build on iotdb-connector/grafana-plugin/** changed
(#11311)
---
.github/workflows/grafana-plugin.yml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/grafana-plugin.yml
b/.github/workflows/grafana-plugin.yml
index 2b3747d0cbd..079c3d3f54e 100644
--- a/.github/workflows/grafana-plugin.yml
+++ b/.github/workflows/grafana-plugin.yml
@@ -5,16 +5,14 @@ on:
branches:
- master
- "new_*"
- paths-ignore:
- - 'docs/**'
- - 'site/**'
+ paths:
+ - 'iotdb-connector/grafana-plugin/**'
pull_request:
branches:
- master
- "new_*"
- paths-ignore:
- - 'docs/**'
- - 'site/**'
+ paths:
+ - 'iotdb-connector/grafana-plugin/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}