Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 15, 2024
1 parent 5181b3d commit 2775e1d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

nats:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
if: false
needs: wait-until-build-succeeds

steps:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
PeerAuthentication:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
if: false
needs: wait-until-build-succeeds

steps:
Expand Down Expand Up @@ -162,14 +162,14 @@ jobs:
run: |
kubectl get peerauthentications.security.istio.io -A -o yaml
# backend-switching:
# runs-on: ubuntu-latest
# needs: wait-until-build-succeeds
# if: github.event_name == 'pull_request'
#
# steps:
# - uses: "./.github/workflows/run-e2e-tests-reusable.yaml"
# with:
# eventing-manager-image: europe-docker.pkg.dev/kyma-project/dev/eventing-manager:latest
# kube-version: "1.26.9"
# cluster-name-prefix: "ghem-"
backend-switching:
runs-on: ubuntu-latest
needs: wait-until-build-succeeds
if: github.event_name == 'pull_request'

steps:
- uses: "./.github/workflows/run-e2e-tests-reusable.yaml"
with:
eventing-manager-image: europe-docker.pkg.dev/kyma-project/dev/eventing-manager:latest
kube-version: "1.26.9"
cluster-name-prefix: "ghem-"

0 comments on commit 2775e1d

Please sign in to comment.