[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:
Dongyang Li
2023-10-09 15:57:30 +08:00
committed by GitHub
parent 320709b9ff
commit fbbaf929ee
3 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -19,7 +19,7 @@
---
name: BE Code Formatter
on: [push, pull_request]
on: [push, pull_request_target]
jobs:
clang-format:

View File

@ -18,7 +18,7 @@
---
name: License Check
on:
pull_request:
pull_request_target:
push:
branches:
- master