From a5454604101974190b5414327cd92e4dcf58c2e8 Mon Sep 17 00:00:00 2001 From: Marcin Dobrochowski Date: Wed, 8 May 2024 12:12:17 +0200 Subject: [PATCH] revert changes for draft --- .github/workflows/pull-integration-tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-integration-tests.yaml b/.github/workflows/pull-integration-tests.yaml index f99b0814e..7a31cc4bd 100644 --- a/.github/workflows/pull-integration-tests.yaml +++ b/.github/workflows/pull-integration-tests.yaml @@ -5,10 +5,11 @@ on: paths-ignore: - 'docs/**' - 'examples/**' - types: [ready_for_review] + types: [opened, reopened, synchronize, ready_for_review, converted_to_draft] jobs: operator-integration-test: + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -23,6 +24,7 @@ jobs: - uses: ./.github/actions/collect-cluster-info serverless-integration-test: + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - uses: actions/checkout@v4