[chore](workflow) 2/2, auto trigger "License Check" and "BE Code Formatter" instead of after approval (#25101)
Co-authored-by: stephen <hello-stephen@qq.com>
This commit is contained in:
@ -48,6 +48,8 @@ github:
|
||||
# if strict is true, means "Require branches to be up to date before merging".
|
||||
strict: false
|
||||
contexts:
|
||||
- License Check
|
||||
- Clang Formatter
|
||||
- CheckStyle
|
||||
- P0 Regression (Doris Regression)
|
||||
- P1 Regression (Doris Regression)
|
||||
|
||||
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@ -19,7 +19,7 @@
|
||||
---
|
||||
name: BE Code Formatter
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request_target]
|
||||
|
||||
jobs:
|
||||
clang-format:
|
||||
|
||||
2
.github/workflows/license-eyes.yml
vendored
2
.github/workflows/license-eyes.yml
vendored
@ -18,7 +18,7 @@
|
||||
---
|
||||
name: License Check
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user