From 1e00755034a4a9e5e244ba8a3680eae041531abb Mon Sep 17 00:00:00 2001 From: Adam Cattermole Date: Tue, 16 Jan 2024 15:03:49 +0000 Subject: [PATCH] Skip sail integration test on PRs --- .github/workflows/test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d6f798065..798653bd8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,6 +48,11 @@ jobs: strategy: matrix: istio-type: [ sail, istioctl ] + pr-event: + - ${{ github.event_name == 'pull_request' }} + exclude: + - istio-type: sail + pr-event: true runs-on: ubuntu-latest env: KIND_CLUSTER_NAME: kuadrant-test