Force check ci on prapare/release branch (#16216)
This commit is contained in:
parent
565a91790a
commit
8338815a8c
|
|
@ -20,6 +20,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-prepare'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-release'
|
||||||
|
|
||||||
name: API-Test
|
name: API-Test
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'dev'
|
- 'dev'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-prepare'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-release'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: codeql-${{ github.event.pull_request.number || github.ref }}
|
group: codeql-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-prepare'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-release'
|
||||||
|
|
||||||
name: E2E-K8S
|
name: E2E-K8S
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-prepare'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-release'
|
||||||
|
|
||||||
name: E2E
|
name: E2E
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,8 @@ name: Frontend
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- '[0-9]+.[0-9]+.[0-9]+-prepare'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-release'
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/frontend.yml'
|
- '.github/workflows/frontend.yml'
|
||||||
- 'dolphinscheduler-ui/**'
|
- 'dolphinscheduler-ui/**'
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,8 @@ name: OWASP Dependency Check
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- '[0-9]+.[0-9]+.[0-9]+-prepare'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-release'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '**/pom.xml'
|
- '**/pom.xml'
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,8 @@ on:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- 'dolphinscheduler-ui'
|
- 'dolphinscheduler-ui'
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- '[0-9]+.[0-9]+.[0-9]+-prepare'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+-release'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
LOG_DIR: /tmp/dolphinscheduler
|
LOG_DIR: /tmp/dolphinscheduler
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue