[CI] Don't require manual approval for master branch (#8235)
This commit is contained in:
parent
e888eb2fa9
commit
23faf656ad
@ -1,5 +1,6 @@
|
||||
steps:
|
||||
- block: ":rocket: Run this test job"
|
||||
if: build.pull_request.repository.fork == true
|
||||
#### -------- BUILD --------
|
||||
- label: ":windows: Build XGBoost for Windows with CUDA"
|
||||
command: "tests/buildkite/build-win64-gpu.ps1"
|
||||
|
||||
@ -3,6 +3,7 @@ env:
|
||||
DOCKER_CACHE_ECR_REGION: "us-west-2"
|
||||
steps:
|
||||
- block: ":rocket: Run this test job"
|
||||
if: build.pull_request.repository.fork == true
|
||||
#### -------- BUILD --------
|
||||
- label: ":console: Run clang-tidy"
|
||||
command: "tests/buildkite/run-clang-tidy.sh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user