diff --git a/.github/workflows/ci3.yml b/.github/workflows/ci3.yml index 526ba37fc85f..a706e33fd021 100644 --- a/.github/workflows/ci3.yml +++ b/.github/workflows/ci3.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest # exclusive with ci3-external.yml: never run on forks # (github.event.pull_request.head.repo.fork resolves to nil if not a pull request) - if: github.event.pull_request.head.repo.fork != true + if: github.event.pull_request.head.repo.fork != true && (github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'ci-draft')) environment: ${{ startsWith(github.ref, 'refs/tags/v') && 'master' || '' }} steps: - name: Checkout