From b6af711e65307447ec3f143d2c050c292261e0f3 Mon Sep 17 00:00:00 2001 From: Marcin Dobrochowski Date: Wed, 8 May 2024 12:01:39 +0200 Subject: [PATCH] test gh draft --- .github/workflows/pull-integration-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-integration-tests.yaml b/.github/workflows/pull-integration-tests.yaml index eda29421c..47dcd03c3 100644 --- a/.github/workflows/pull-integration-tests.yaml +++ b/.github/workflows/pull-integration-tests.yaml @@ -6,10 +6,10 @@ on: - 'docs/**' - 'examples/**' types: [opened, reopened, synchronize, ready_for_review, converted_to_draft] + draft: false jobs: operator-integration-test: - if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -25,7 +25,6 @@ jobs: serverless-integration-test: runs-on: ubuntu-latest - if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-go