From a793ee92333abee10d4866f16691eea9fd7a534c Mon Sep 17 00:00:00 2001 From: Adam Cattermole Date: Tue, 11 Jun 2024 13:29:35 +0100 Subject: [PATCH] Re-enable sail integration test for non-PR Add back fail-fast removal --- .github/workflows/test.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bf436d927..18b267b1d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -54,11 +54,18 @@ jobs: strategy: matrix: gatewayapi-provider: [istio] + pr-event: + - ${{ github.event_name == 'pull_request' }} include: - # - istio-type: sail - # gatewayapi-provider: istio - - istio-type: istioctl - gatewayapi-provider: istio + - gatewayapi-provider: istio + istio-type: sail + - gatewayapi-provider: istio + istio-type: istioctl + exclude: + - gatewayapi-provider: istio + pr-event: true + istio-type: sail + fail-fast: false runs-on: ubuntu-latest env: KIND_CLUSTER_NAME: kuadrant-test