[CI] Don't run CI automatically for dependabot (#9034)

This commit is contained in:
Philip Hyunsu Cho 2023-04-13 08:19:56 -07:00 committed by GitHub
parent fe9dff339c
commit 8e0f320db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ steps:
queue: pipeline-loader
- wait
- block: ":rocket: Run this test job"
if: build.pull_request.repository.fork == true
if: build.pull_request.id != null
#### -------- CONTAINER BUILD --------
- label: ":docker: Build containers"
commands:

View File

@ -6,7 +6,7 @@ steps:
queue: pipeline-loader
- wait
- block: ":rocket: Run this test job"
if: build.pull_request.repository.fork == true
if: build.pull_request.id != null
#### -------- BUILD --------
- label: ":windows: Build XGBoost for Windows with CUDA"
command: "tests/buildkite/build-win64-gpu.ps1"

View File

@ -9,7 +9,7 @@ steps:
queue: pipeline-loader
- wait
- block: ":rocket: Run this test job"
if: build.pull_request.repository.fork == true
if: build.pull_request.id != null
#### -------- CONTAINER BUILD --------
- label: ":docker: Build containers"
commands: