ci: modify workflow name

Signed-off-by: WANG Xu <feici02@outlook.com>
This commit is contained in:
WANG Xu 2025-03-14 14:09:22 +08:00
parent 3d90783cf7
commit 103e48f65b
No known key found for this signature in database
GPG Key ID: 243B1A4F56B56F50
6 changed files with 14 additions and 11 deletions

View File

@ -1,4 +1,4 @@
name: Cancel Workflow on Merge or Close
name: Cancel Workflow on Merge
on:
pull_request:

View File

@ -1,9 +1,12 @@
name: taosKeeper Build
on:
push:
pull_request:
branches:
- 'main'
- '3.0'
paths:
- tools/keeper/**
- 'tools/keeper/**'
jobs:
build:

View File

@ -8,12 +8,11 @@ on:
- '3.1'
- '3.3.6'
- 'enh/cmake-TD-33848'
paths-ignore:
- 'docs/**'
- 'packaging/**'
- 'tests/**'
- '*.md'
- '**/*.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -9,11 +9,11 @@ on:
- 'docs/**'
env:
DOC_WKC: "/root/doc_ci_work"
ZH_DOC_REPO: "docs.taosdata.com"
EN_DOC_REPO: "docs.tdengine.com"
TD_REPO: "TDengine"
TOOLS_REPO: "taos-tools"
DOC_WKC: '/root/doc_ci_work'
ZH_DOC_REPO: 'docs.taosdata.com'
EN_DOC_REPO: 'docs.tdengine.com'
TD_REPO: 'TDengine'
TOOLS_REPO: 'taos-tools'
jobs:
build-doc:

View File

@ -16,6 +16,7 @@ on:
- 'source/common/src/tanalytics.c'
- 'tests/parallel/tdgpt_cases.task'
- 'tests/script/tsim/analytics'
- '**/*.md'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}-TDengine

View File

@ -1,4 +1,4 @@
name: TDengine CI Test Manually
name: TDengine Test (Manual)
on:
workflow_dispatch: