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: on:
pull_request: pull_request:

View File

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

View File

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

View File

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

View File

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