Skip to content

Commit

Permalink
Skip sail integration test on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole committed Jan 17, 2024
1 parent 70bbd50 commit 1e00755
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e00755

Please sign in to comment.