mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
* ci: update 0.12 ci to latest Except: - Remove mysql_backend - Remove workflows/grafana.json Signed-off-by: evenyag <realevenyag@gmail.com> * ci: update typos Signed-off-by: evenyag <realevenyag@gmail.com> * ci: ignore more words Signed-off-by: evenyag <realevenyag@gmail.com> --------- Signed-off-by: evenyag <realevenyag@gmail.com>
16 lines
277 B
YAML
16 lines
277 B
YAML
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file: .github/**
|
|
|
|
docker:
|
|
- changed-files:
|
|
- any-glob-to-any-file: docker/**
|
|
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: docs/**
|
|
|
|
dashboard:
|
|
- changed-files:
|
|
- any-glob-to-any-file: grafana/**
|