mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
* [CI] Add Cherry-Pick PR check logic (cherry picked from commit 8bc2e13fdafaf339ebe518d7e5dccdbd8ff3fc2d) * [Cherry-Pick][CI] Add check trigger and logic
This commit is contained in:
2
.github/workflows/CheckPRTemplate.yml
vendored
2
.github/workflows/CheckPRTemplate.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- 'release/*'
|
||||
- 'release/**'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
2
.github/workflows/Codestyle-Check.yml
vendored
2
.github/workflows/Codestyle-Check.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- 'release/*'
|
||||
- 'release/**'
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
||||
2
.github/workflows/approve.yml
vendored
2
.github/workflows/approve.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- 'release/*'
|
||||
- 'release/**'
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
.github/workflows/ci_xpu.yml
vendored
2
.github/workflows/ci_xpu.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- 'release/*'
|
||||
- 'release/**'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.txt'
|
||||
|
||||
Reference in New Issue
Block a user