Skip to content

Commit

Permalink
Merge pull request #34 from triggermesh/fix-ci
Browse files Browse the repository at this point in the history
ci: do no trigger e2e on PRs
  • Loading branch information
Pablo Mercado authored Aug 28, 2023
2 parents 640ea64 + b4be7d3 commit 58cd695
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 58cd695

Please sign in to comment.