Merge pull request #30178 from taosdata/ci/wangxu/refactor-workflow-name

ci: modify workflow name
This commit is contained in:
WANG Xu 2025-03-14 14:12:44 +08:00 committed by GitHub
commit d25cdaaa7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: