Skip to content

Commit

Permalink
KUBE-439: run e2e tests only on ready-to-review PRs (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Damian Czaja <[email protected]>
  • Loading branch information
Trojan295 and Damian Czaja authored Nov 7, 2024
1 parent 94411f2 commit 285bbad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review

jobs:
build:
Expand Down Expand Up @@ -72,6 +77,7 @@ jobs:

e2e-tests:
uses: ./.github/workflows/e2e.yaml
if: github.event.pull_request.draft == false
needs: [build]
with:
image-repository: ghcr.io/castai/cluster-controller
Expand Down

0 comments on commit 285bbad

Please sign in to comment.