Skip to content

Commit

Permalink
ci: do no trigger e2e on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersbn committed Aug 28, 2023
1 parent 640ea64 commit b4be7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:

trigger-e2e:
name: Trigger E2E Tests
if: github.event_name != 'pull_request'
needs: publish-images
runs-on: ubuntu-latest

Expand Down

0 comments on commit b4be7d3

Please sign in to comment.