[CI] Block CI from running for dependabot PRs (#9394)
This commit is contained in:
parent
f4fb2be101
commit
2a0ff209ff
@ -12,7 +12,7 @@ steps:
|
||||
queue: pipeline-loader
|
||||
- wait
|
||||
- block: ":rocket: Run this test job"
|
||||
if: build.pull_request.id != null
|
||||
if: build.pull_request.id != null || build.branch =~ /^dependabot\//
|
||||
#### -------- CONTAINER BUILD --------
|
||||
- label: ":docker: Build containers"
|
||||
commands:
|
||||
|
||||
@ -6,7 +6,7 @@ steps:
|
||||
queue: pipeline-loader
|
||||
- wait
|
||||
- block: ":rocket: Run this test job"
|
||||
if: build.pull_request.id != null
|
||||
if: build.pull_request.id != null || build.branch =~ /^dependabot\//
|
||||
#### -------- BUILD --------
|
||||
- label: ":windows: Build XGBoost for Windows with CUDA"
|
||||
command: "tests/buildkite/build-win64-gpu.ps1"
|
||||
|
||||
@ -9,7 +9,7 @@ steps:
|
||||
queue: pipeline-loader
|
||||
- wait
|
||||
- block: ":rocket: Run this test job"
|
||||
if: build.pull_request.id != null
|
||||
if: build.pull_request.id != null || build.branch =~ /^dependabot\//
|
||||
#### -------- CONTAINER BUILD --------
|
||||
- label: ":docker: Build containers"
|
||||
commands:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user