From fd2ceab846a157ce77d81082f877647fdb9c528c Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 31 Jan 2024 20:55:19 +0400 Subject: [PATCH] Run Buildkite docs jobs in pull requests from forks (#652) --- .buildkite/pull-requests.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index 3641b66..97d07eb 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -11,6 +11,18 @@ "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", "skip_ci_labels": ["skip-ci"], "skip_ci_on_only_changed": ["\\.md$"] + }, + { + "enabled": true, + "pipeline_slug": "docs-build-pr", + "allow_org_users": true, + "allowed_repo_permissions": ["admin", "write"], + "build_on_commit": true, + "build_on_comment": true, + "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", + "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", + "skip_ci_labels": ["skip-ci"], + "skip_ci_on_only_changed": ["\\.md$"] } ] }