diff --git a/tests/buildkite/pipeline-mgpu.yml b/tests/buildkite/pipeline-mgpu.yml index aff2d078b..3229646d5 100644 --- a/tests/buildkite/pipeline-mgpu.yml +++ b/tests/buildkite/pipeline-mgpu.yml @@ -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: diff --git a/tests/buildkite/pipeline-win64.yml b/tests/buildkite/pipeline-win64.yml index 0a1f7f164..d4491148e 100644 --- a/tests/buildkite/pipeline-win64.yml +++ b/tests/buildkite/pipeline-win64.yml @@ -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" diff --git a/tests/buildkite/pipeline.yml b/tests/buildkite/pipeline.yml index fa09242bf..72e1ec1e5 100644 --- a/tests/buildkite/pipeline.yml +++ b/tests/buildkite/pipeline.yml @@ -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: