From ccdd3994db2358e1fe35cc0813472b8095456234 Mon Sep 17 00:00:00 2001 From: MichalKalke Date: Thu, 4 Jul 2024 14:10:05 +0200 Subject: [PATCH] Adjust integration tests GA v2 --- .github/workflows/integration-tests-pull.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-pull.yaml b/.github/workflows/integration-tests-pull.yaml index aaecf09ea..1abf31da3 100644 --- a/.github/workflows/integration-tests-pull.yaml +++ b/.github/workflows/integration-tests-pull.yaml @@ -8,7 +8,7 @@ on: jobs: operator-integration-test: - if: github.event.pull_request.draft == false + if: github.event.workflow_run.conclusion == 'success' && github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - uses: actions/checkout@v4