From 4d5f10108a7ee0bb938152999ebad704854baa18 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Mon, 19 Apr 2021 15:49:25 +0200 Subject: [PATCH] skipp drafts for full test (#7046) --- .github/workflows/ci_test-full.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_test-full.yml b/.github/workflows/ci_test-full.yml index ec9e71c5b8..c668186689 100644 --- a/.github/workflows/ci_test-full.yml +++ b/.github/workflows/ci_test-full.yml @@ -6,11 +6,14 @@ on: # Trigger the workflow on push or pull request, but only for the master bra branches: [master, "release/*"] pull_request: branches: [master, "release/*"] + types: [opened, reopened, ready_for_review, synchronize] jobs: + pytest: runs-on: ${{ matrix.os }} + if: github.event.pull_request.draft == false strategy: fail-fast: false matrix: