[CI] Don't run CI automatically for dependabot (#9034)
This commit is contained in:
parent
fe9dff339c
commit
8e0f320db3
@ -12,7 +12,7 @@ steps:
|
|||||||
queue: pipeline-loader
|
queue: pipeline-loader
|
||||||
- wait
|
- wait
|
||||||
- block: ":rocket: Run this test job"
|
- block: ":rocket: Run this test job"
|
||||||
if: build.pull_request.repository.fork == true
|
if: build.pull_request.id != null
|
||||||
#### -------- CONTAINER BUILD --------
|
#### -------- CONTAINER BUILD --------
|
||||||
- label: ":docker: Build containers"
|
- label: ":docker: Build containers"
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
@ -6,7 +6,7 @@ steps:
|
|||||||
queue: pipeline-loader
|
queue: pipeline-loader
|
||||||
- wait
|
- wait
|
||||||
- block: ":rocket: Run this test job"
|
- block: ":rocket: Run this test job"
|
||||||
if: build.pull_request.repository.fork == true
|
if: build.pull_request.id != null
|
||||||
#### -------- BUILD --------
|
#### -------- BUILD --------
|
||||||
- label: ":windows: Build XGBoost for Windows with CUDA"
|
- label: ":windows: Build XGBoost for Windows with CUDA"
|
||||||
command: "tests/buildkite/build-win64-gpu.ps1"
|
command: "tests/buildkite/build-win64-gpu.ps1"
|
||||||
|
|||||||
@ -9,7 +9,7 @@ steps:
|
|||||||
queue: pipeline-loader
|
queue: pipeline-loader
|
||||||
- wait
|
- wait
|
||||||
- block: ":rocket: Run this test job"
|
- block: ":rocket: Run this test job"
|
||||||
if: build.pull_request.repository.fork == true
|
if: build.pull_request.id != null
|
||||||
#### -------- CONTAINER BUILD --------
|
#### -------- CONTAINER BUILD --------
|
||||||
- label: ":docker: Build containers"
|
- label: ":docker: Build containers"
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user