Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 16, 2024
1 parent 4beb627 commit 113a296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ jobs:
backend-switching:
needs: wait-until-build-succeeds
if: github.event_name == 'pull_request'
if: false
# if: github.event_name == 'pull_request'
uses: "./.github/workflows/e2e-backend-switching-reuseable.yml"
with:
eventing-manager-image: ${{needs.wait-until-build-succeeds.outputs.image-name}}
Expand Down

0 comments on commit 113a296

Please sign in to comment.