[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.
This commit is contained in:
1
.github/workflows/Orchestrator.yml
vendored
1
.github/workflows/Orchestrator.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
- 'docs/**'
|
||||
- 'LICENSE'
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- 'docs/**'
|
||||
|
||||
Reference in New Issue
Block a user