diff --git a/.github/workflows/integration-konnect.yaml b/.github/workflows/integration-konnect.yaml index f7900a65d..8ab6cf422 100644 --- a/.github/workflows/integration-konnect.yaml +++ b/.github/workflows/integration-konnect.yaml @@ -6,7 +6,7 @@ concurrency: # if run in parallel. # Ref: https://docs.github.com/en/actions/using-jobs/using-concurrency group: ${{ github.workflow }} - cancel-in-progress: true + cancel-in-progress: false on: [pull_request]