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