From b98037bed29b14439e7e5978c6333f1e926e5240 Mon Sep 17 00:00:00 2001 From: Gliniak <153369+Gliniak@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:12:04 +0200 Subject: [PATCH] [CI] Disable running pipeline for draft PRs There is no need to run them on main repo, when PR is not ready. They still should be functional on personal fork. --- .github/workflows/Orchestrator.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Orchestrator.yml b/.github/workflows/Orchestrator.yml index 8e41e4c32..fc5130d59 100644 --- a/.github/workflows/Orchestrator.yml +++ b/.github/workflows/Orchestrator.yml @@ -7,6 +7,7 @@ on: - 'docs/**' - 'LICENSE' pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths-ignore: - '*.md' - 'docs/**'